#BD9C40

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

Shades of Roti #BD9C40

Tints of Roti #BD9C40

Color information

#BD9C40 (or 0xBD9C40) is unknown color: approx Roti. HEX triplet: BD, 9C and 40. RGB value is (189,156,64). Sum of RGB (Red+Green+Blue) = 189+156+64=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C40 is #4263BF. Grayscale: #9B9B9B. Windows color (decimal): -4350912 or 4234429. OLE color: 4234429.

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

Color convert

RGB18915664-
CMYK00.170.660.26
HSL44.16º49.41%49.61%-
HSV(B)44.16º66.14%74.12%-
XYZ33.834.979.82-
YUV155.3876.43151.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=46.21%
G=38.14%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891566400.170.660.2644.1649.4149.61
HexBD9C40011421A2c3132
Octal27523410002110232546162
Binary10111101100111001000000010001100001011010101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C40; }

 p { color: rgb(189,156,64); }

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

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

 a { background-color: rgb(189,156,64); }

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

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

 span { border-color: rgb(189,156,64); }

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