#BD6116

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

Shades of Chocolate #BD6116

Tints of Chocolate #BD6116

Color information

#BD6116 (or 0xBD6116) is unknown color: approx Chocolate. HEX triplet: BD, 61 and 16. RGB value is (189,97,22). Sum of RGB (Red+Green+Blue) = 189+97+22=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6116 is #429EE9. Grayscale: #747474. Windows color (decimal): -4366058 or 1466813. OLE color: 1466813.

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

Color convert

RGB1899722-
CMYK00.490.880.26
HSL26.95º79.15%41.37%-
HSV(B)26.95º88.36%74.12%-
XYZ25.4119.433.17-
YUV115.9674.98180.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=61.36%
G=31.49%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189972200.490.880.2626.9579.1541.37
HexBD6116031581A1b4f29
Octal27514126061130323311751
Binary101111011100001101100110001101100011010110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6116; }

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

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

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

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

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

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

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

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