#BE9E49

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

Shades of Roti #BE9E49

Tints of Roti #BE9E49

Color information

#BE9E49 (or 0xBE9E49) is unknown color: approx Roti. HEX triplet: BE, 9E and 49. RGB value is (190,158,73). Sum of RGB (Red+Green+Blue) = 190+158+73=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E49 is #4161B6. Grayscale: #9E9E9E. Windows color (decimal): -4284855 or 4824766. OLE color: 4824766.

HSL color Cylindrical-coordinate representation of color #BE9E49: hue angle of 43.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9E49 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19015873-
CMYK00.170.620.25
HSL43.59º47.37%51.57%-
HSV(B)43.59º61.58%74.51%-
XYZ34.6635.8811.4-
YUV157.8880.1150.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=45.13%
G=37.53%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901587300.170.620.2543.5947.3751.57
HexBE9E490113E192c2f34
Octal2762361110217631545764
Binary1011111010011110100100101000111111011001101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E49; }

 p { color: rgb(190,158,73); }

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

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

 a { background-color: rgb(190,158,73); }

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

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

 span { border-color: rgb(190,158,73); }

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