#BD9847

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

Shades of Roti #BD9847

Tints of Roti #BD9847

Color information

#BD9847 (or 0xBD9847) is unknown color: approx Roti. HEX triplet: BD, 98 and 47. RGB value is (189,152,71). Sum of RGB (Red+Green+Blue) = 189+152+71=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9847 is #4267B8. Grayscale: #9A9A9A. Windows color (decimal): -4351929 or 4692157. OLE color: 4692157.

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

Color convert

RGB18915271-
CMYK00.200.620.26
HSL41.19º47.2%50.98%-
HSV(B)41.19º62.43%74.12%-
XYZ33.3533.7310.71-
YUV153.8381.26153.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=45.87%
G=36.89%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891527100.200.620.2641.1947.250.98
HexBD98470143E1A292f33
Octal2752301070247632515763
Binary1011110110011000100011101010011111011010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9847; }

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

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

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

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

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

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

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

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