#BD6618

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

Shades of Chocolate #BD6618

Tints of Chocolate #BD6618

Color information

#BD6618 (or 0xBD6618) is unknown color: approx Chocolate. HEX triplet: BD, 66 and 18. RGB value is (189,102,24). Sum of RGB (Red+Green+Blue) = 189+102+24=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6618 is #4299E7. Grayscale: #777777. Windows color (decimal): -4364776 or 1599165. OLE color: 1599165.

HSL color Cylindrical-coordinate representation of color #BD6618: hue angle of 28.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD6618 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18910224-
CMYK00.460.870.26
HSL28.36º77.46%41.76%-
HSV(B)28.36º87.3%74.12%-
XYZ25.920.393.43-
YUV119.1274.32177.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 24 (9.77% from 255) = 7.62%
R=60%
G=32.38%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891022400.460.870.2628.3677.4641.76
HexBD661802E571A1c4d2a
Octal27514630056127323411552
Binary101111011100110110000101110101011111010111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6618; }

 p { color: rgb(189,102,24); }

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

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

 a { background-color: rgb(189,102,24); }

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

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

 span { border-color: rgb(189,102,24); }

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