#BD6212

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

Shades of Chocolate #BD6212

Tints of Chocolate #BD6212

Color information

#BD6212 (or 0xBD6212) is unknown color: approx Chocolate. HEX triplet: BD, 62 and 12. RGB value is (189,98,18). Sum of RGB (Red+Green+Blue) = 189+98+18=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6212 is #429DED. Grayscale: #747474. Windows color (decimal): -4365806 or 1204925. OLE color: 1204925.

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

Color convert

RGB1899818-
CMYK00.480.900.26
HSL28.07º82.61%40.59%-
HSV(B)28.07º90.48%74.12%-
XYZ25.4619.63.01-
YUV116.0972.65180-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=61.97%
G=32.13%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189981800.480.900.2628.0782.6140.59
HexBD62120305A1A1c5329
Octal27514222060132323412351
Binary101111011100010100100110000101101011010111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6212; }

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

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

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

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

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

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

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

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