#BD9845

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

Shades of Roti #BD9845

Tints of Roti #BD9845

Color information

#BD9845 (or 0xBD9845) is unknown color: approx Roti. HEX triplet: BD, 98 and 45. RGB value is (189,152,69). Sum of RGB (Red+Green+Blue) = 189+152+69=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9845 is #4267BA. Grayscale: #999999. Windows color (decimal): -4351931 or 4561085. OLE color: 4561085.

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

Color convert

RGB18915269-
CMYK00.200.630.26
HSL41.5º47.62%50.59%-
HSV(B)41.5º63.49%74.12%-
XYZ33.2933.710.38-
YUV153.680.26153.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=46.10%
G=37.07%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891526900.200.630.2641.547.6250.59
HexBD98450143F1A2a3033
Octal2752301050247732526063
Binary1011110110011000100010101010011111111010101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9845; }

 p { color: rgb(189,152,69); }

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

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

 a { background-color: rgb(189,152,69); }

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

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

 span { border-color: rgb(189,152,69); }

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