Html Css Color HEX #BB6612 Chocolate

📋 copy color: '#BB6612'

red 187 ◦ green 102 ◦ blue 18

#BB6612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #BB6612

Tints of Chocolate #BB6612

RGB

 RED value IS 187 (73.44% from 255) = 60.91%

 GREEN value IS 102 (40.23% from 255) = 33.22%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 60.91%
G = 33.22%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6612 (or 0xBB6612) is known color: Chocolate. HEX triplet: BB, 66 and 12. RGB value is (187,102,18). Sum of RGB (Red+Green+Blue) = 187+102+18=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6612 is #4499ED. Grayscale: #767676. Windows color (decimal): -4495854 or 1205947. OLE color: 1205947.

HSL color Cylindrical-coordinate representation of color #BB6612: hue angle of 29.82º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6612 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 18 -
CMYK 0 0.45 0.90 0.27
HSL 29.82º 0.82% 0.4% -
HSV(B) 29.82º 0.9% 0.73% -
XYZ 25.35 20.11 3.12 -
YUV 117.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 187 102 18 0 0.45 0.90 0.27 29.82 0.82 0.4
Hex BB 66 12 0 2D 5A 1B 1E 52 28
Octal 273 146 22 0 55 132 33 36 122 50
Binary 10111011 1100110 10010 0 101101 1011010 11011 11110 1010010 101000

Color Harmonies of #BB6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6612

Black with #BB6612

Text Example


Text Example

White with #BB6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6612; }

 p { color: rgb(187,102,18); }

 H1.HeaderClassName
 {
   color: #BB6612;
 }
 .AnyTagClassName
 {
   color: #BB6612;
 }
</style>

background-color css

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

 a { background-color: rgb(187,102,18); }

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

border-color css

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

 span { border-color: rgb(187,102,18); }

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