#BD6112

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

Shades of Chocolate #BD6112

Tints of Chocolate #BD6112

Color information

#BD6112 (or 0xBD6112) is unknown color: approx Chocolate. HEX triplet: BD, 61 and 12. RGB value is (189,97,18). Sum of RGB (Red+Green+Blue) = 189+97+18=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6112 is #429EED. Grayscale: #737373. Windows color (decimal): -4366062 or 1204669. OLE color: 1204669.

HSL color Cylindrical-coordinate representation of color #BD6112: hue angle of 27.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD6112 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1899718-
CMYK00.490.900.26
HSL27.72º82.61%40.59%-
HSV(B)27.72º90.48%74.12%-
XYZ25.3719.412.98-
YUV115.572.98180.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=62.17%
G=31.91%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189971800.490.900.2627.7282.6140.59
HexBD61120315A1A1c5329
Octal27514122061132323412351
Binary101111011100001100100110001101101011010111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6112; }

 p { color: rgb(189,97,18); }

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

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

 a { background-color: rgb(189,97,18); }

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

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

 span { border-color: rgb(189,97,18); }

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