Html Css Color HEX #BB6811 Chocolate

📋 copy color: '#BB6811'

red 187 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #BB6811

Tints of Chocolate #BB6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 60.71%
G = 33.77%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6811 (or 0xBB6811) is known color: Chocolate. HEX triplet: BB, 68 and 11. RGB value is (187,104,17). Sum of RGB (Red+Green+Blue) = 187+104+17=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6811 is #4497EE. Grayscale: #777777. Windows color (decimal): -4495343 or 1140923. OLE color: 1140923.

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

Color convert

RGB 187 104 17 -
CMYK 0 0.44 0.91 0.27
HSL 30.71º 0.83% 0.4% -
HSV(B) 30.71º 0.91% 0.73% -
XYZ 25.55 20.51 3.14 -
YUV 118.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 187 104 17 0 0.44 0.91 0.27 30.71 0.83 0.4
Hex BB 68 11 0 2C 5B 1B 1F 53 28
Octal 273 150 21 0 54 133 33 37 123 50
Binary 10111011 1101000 10001 0 101100 1011011 11011 11111 1010011 101000

Color Harmonies of #BB6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6811

Black with #BB6811

Text Example


Text Example

White with #BB6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6811; }

 p { color: rgb(187,104,17); }

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

background-color css

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

 a { background-color: rgb(187,104,17); }

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

border-color css

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

 span { border-color: rgb(187,104,17); }

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