Html Css Color HEX #BB6311 Chocolate

📋 copy color: '#BB6311'

red 187 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #BB6311

Tints of Chocolate #BB6311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 61.72%
G = 32.67%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6311 (or 0xBB6311) is known color: Chocolate. HEX triplet: BB, 63 and 11. RGB value is (187,99,17). Sum of RGB (Red+Green+Blue) = 187+99+17=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6311 is #449CEE. Grayscale: #747474. Windows color (decimal): -4496623 or 1139643. OLE color: 1139643.

HSL color Cylindrical-coordinate representation of color #BB6311: hue angle of 28.94º 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 #BB6311 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 17 -
CMYK 0 0.47 0.91 0.27
HSL 28.94º 0.83% 0.4% -
HSV(B) 28.94º 0.91% 0.73% -
XYZ 25.06 19.53 2.98 -
YUV 115.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 187 99 17 0 0.47 0.91 0.27 28.94 0.83 0.4
Hex BB 63 11 0 2F 5B 1B 1D 53 28
Octal 273 143 21 0 57 133 33 35 123 50
Binary 10111011 1100011 10001 0 101111 1011011 11011 11101 1010011 101000

Color Harmonies of #BB6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6311

Black with #BB6311

Text Example


Text Example

White with #BB6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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