#BD6911

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

Shades of Chocolate #BD6911

Tints of Chocolate #BD6911

Color information

#BD6911 (or 0xBD6911) is unknown color: approx Chocolate. HEX triplet: BD, 69 and 11. RGB value is (189,105,17). Sum of RGB (Red+Green+Blue) = 189+105+17=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6911 is #4296EE. Grayscale: #787878. Windows color (decimal): -4364015 or 1141181. OLE color: 1141181.

HSL color Cylindrical-coordinate representation of color #BD6911: hue angle of 30.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD6911 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB18910517-
CMYK00.440.910.26
HSL30.7º83.5%40.39%-
HSV(B)30.7º91.01%74.12%-
XYZ26.1420.963.2-
YUV120.0869.83177.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 17 (7.03% from 255) = 5.47%
R=60.77%
G=33.76%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891051700.440.910.2630.783.540.39
HexBD691102C5B1A1f5328
Octal27515121054133323712350
Binary101111011101001100010101100101101111010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6911; }

 p { color: rgb(189,105,17); }

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

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

 a { background-color: rgb(189,105,17); }

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

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

 span { border-color: rgb(189,105,17); }

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