#BD6315

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

Shades of Chocolate #BD6315

Tints of Chocolate #BD6315

Color information

#BD6315 (or 0xBD6315) is unknown color: approx Chocolate. HEX triplet: BD, 63 and 15. RGB value is (189,99,21). Sum of RGB (Red+Green+Blue) = 189+99+21=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6315 is #429CEA. Grayscale: #757575. Windows color (decimal): -4365547 or 1401789. OLE color: 1401789.

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

Color convert

RGB1899921-
CMYK00.480.890.26
HSL27.86º80%41.18%-
HSV(B)27.86º88.89%74.12%-
XYZ25.5819.83.18-
YUV117.0273.82179.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=61.17%
G=32.04%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189992100.480.890.2627.868041.18
HexBD6315030591A1c5029
Octal27514325060131323412051
Binary101111011100011101010110000101100111010111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6315; }

 p { color: rgb(189,99,21); }

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

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

 a { background-color: rgb(189,99,21); }

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

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

 span { border-color: rgb(189,99,21); }

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