#BE9D48

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

Shades of Roti #BE9D48

Tints of Roti #BE9D48

Color information

#BE9D48 (or 0xBE9D48) is unknown color: approx Roti. HEX triplet: BE, 9D and 48. RGB value is (190,157,72). Sum of RGB (Red+Green+Blue) = 190+157+72=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9D48 is #4162B7. Grayscale: #9D9D9D. Windows color (decimal): -4285112 or 4758974. OLE color: 4758974.

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

Color convert

RGB19015772-
CMYK00.170.620.25
HSL43.22º47.58%51.37%-
HSV(B)43.22º62.11%74.51%-
XYZ34.4635.5311.17-
YUV157.1879.93151.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=45.35%
G=37.47%
B=17.18%

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
Decimal1901577200.170.620.2543.2247.5851.37
HexBE9D480113E192b3033
Octal2762351100217631536063
Binary1011111010011101100100001000111111011001101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D48; }

 p { color: rgb(190,157,72); }

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

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

 a { background-color: rgb(190,157,72); }

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

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

 span { border-color: rgb(190,157,72); }

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