#BD9E42

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

Shades of Roti #BD9E42

Tints of Roti #BD9E42

Color information

#BD9E42 (or 0xBD9E42) is unknown color: approx Roti. HEX triplet: BD, 9E and 42. RGB value is (189,158,66). Sum of RGB (Red+Green+Blue) = 189+158+66=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E42 is #4261BD. Grayscale: #9D9D9D. Windows color (decimal): -4350398 or 4366013. OLE color: 4366013.

HSL color Cylindrical-coordinate representation of color #BD9E42: hue angle of 44.88º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD9E42 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18915866-
CMYK00.160.650.26
HSL44.88º48.24%50%-
HSV(B)44.88º65.08%74.12%-
XYZ34.235.6710.24-
YUV156.7876.77150.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=45.76%
G=38.26%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891586600.160.650.2644.8848.2450
HexBD9E42010411A2d3032
Octal27523610202010132556062
Binary10111101100111101000010010000100000111010101101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E42; }

 p { color: rgb(189,158,66); }

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

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

 a { background-color: rgb(189,158,66); }

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

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

 span { border-color: rgb(189,158,66); }

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