#BE9A3B

Color #BE9A3B Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BE9A3B

Tints of Roti #BE9A3B

Color information

#BE9A3B (or 0xBE9A3B) is unknown color: approx Roti. HEX triplet: BE, 9A and 3B. RGB value is (190,154,59). Sum of RGB (Red+Green+Blue) = 190+154+59=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A3B is #4165C4. Grayscale: #9A9A9A. Windows color (decimal): -4285893 or 3906238. OLE color: 3906238.

HSL color Cylindrical-coordinate representation of color #BE9A3B: hue angle of 43.51º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE9A3B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19015459-
CMYK00.190.690.25
HSL43.51º52.61%48.82%-
HSV(B)43.51º68.95%74.51%-
XYZ33.5834.379-
YUV153.9374.43153.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=47.15%
G=38.21%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901545900.190.690.2543.5152.6148.82
HexBE9A3B01345192c3531
Octal2762327302310531546561
Binary1011111010011010111011010011100010111001101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A3B; }

 p { color: rgb(190,154,59); }

 H1.HeaderClassName
 {
   color: #BE9A3B;
 }
 .AnyTagClassName
 {
   color: #BE9A3B;
 }
</style>
background-color css

<style>
 a { background-color: #BE9A3B; }

 a { background-color: rgb(190,154,59); }

 div.DivClassName
 {
   background-color: #BE9A3B;
 }
 .BgClassName
 {
   background-color: #BE9A3B;
 }
</style>
border-color css

<style>
 span { border-color: #BE9A3B; }

 span { border-color: rgb(190,154,59); }

 td.TdClassName
 {
   border-color: #BE9A3B;
 }
 .TagClassName
 {
   border-color: #BE9A3B;
 }
</style>