#bd9747

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

Shades of Roti #BD9747

Tints of Roti #BD9747

Color information

#BD9747 (or 0xBD9747) is unknown color: approx Roti. HEX triplet: BD, 97 and 47. RGB value is (189,151,71). Sum of RGB (Red+Green+Blue) = 189+151+71=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9747 is #4268B8. Grayscale: #999999. Windows color (decimal): -4352185 or 4691901. OLE color: 4691901.

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

Color convert

RGB18915171-
CMYK00.200.620.26
HSL40.68º47.2%50.98%-
HSV(B)40.68º62.43%74.12%-
XYZ33.1933.4110.66-
YUV153.2481.59153.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=45.99%
G=36.74%
B=17.27%

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
Decimal1891517100.200.620.2640.6847.250.98
HexBD97470143E1A292f33
Octal2752271070247632515763
Binary1011110110010111100011101010011111011010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9747; }

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

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

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

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

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

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

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

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