#BD9D49

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

Shades of Roti #BD9D49

Tints of Roti #BD9D49

Color information

#BD9D49 (or 0xBD9D49) is unknown color: approx Roti. HEX triplet: BD, 9D and 49. RGB value is (189,157,73). Sum of RGB (Red+Green+Blue) = 189+157+73=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D49 is #4262B6. Grayscale: #9D9D9D. Windows color (decimal): -4350647 or 4824509. OLE color: 4824509.

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

Color convert

RGB18915773-
CMYK00.170.610.26
HSL43.45º46.77%51.37%-
HSV(B)43.45º61.38%74.12%-
XYZ34.2535.4111.33-
YUV156.9980.6150.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=45.11%
G=37.47%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891577300.170.610.2643.4546.7751.37
HexBD9D490113D1A2b2f33
Octal2752351110217532535763
Binary1011110110011101100100101000111110111010101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D49; }

 p { color: rgb(189,157,73); }

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

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

 a { background-color: rgb(189,157,73); }

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

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

 span { border-color: rgb(189,157,73); }

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