#BD9F42

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

Shades of Roti #BD9F42

Tints of Roti #BD9F42

Color information

#BD9F42 (or 0xBD9F42) is unknown color: approx Roti. HEX triplet: BD, 9F and 42. RGB value is (189,159,66). Sum of RGB (Red+Green+Blue) = 189+159+66=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F42 is #4260BD. Grayscale: #9D9D9D. Windows color (decimal): -4350142 or 4366269. OLE color: 4366269.

HSL color Cylindrical-coordinate representation of color #BD9F42: hue angle of 45.37º 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 #BD9F42 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18915966-
CMYK00.160.650.26
HSL45.37º48.24%50%-
HSV(B)45.37º65.08%74.12%-
XYZ34.3736.0110.29-
YUV157.3776.44150.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=45.65%
G=38.41%
B=15.94%

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
Decimal1891596600.160.650.2645.3748.2450
HexBD9F42010411A2d3032
Octal27523710202010132556062
Binary10111101100111111000010010000100000111010101101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F42; }

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

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

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

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

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

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

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

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