Html Css Color HEX #BB6711 Chocolate

📋 copy color: '#BB6711'

red 187 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #BB6711

Tints of Chocolate #BB6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 60.91%
G = 33.55%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6711 (or 0xBB6711) is known color: Chocolate. HEX triplet: BB, 67 and 11. RGB value is (187,103,17). Sum of RGB (Red+Green+Blue) = 187+103+17=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6711 is #4498EE. Grayscale: #767676. Windows color (decimal): -4495599 or 1140667. OLE color: 1140667.

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

Color convert

RGB 187 103 17 -
CMYK 0 0.45 0.91 0.27
HSL 30.35º 0.83% 0.4% -
HSV(B) 30.35º 0.91% 0.73% -
XYZ 25.44 20.31 3.11 -
YUV 118.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 187 103 17 0 0.45 0.91 0.27 30.35 0.83 0.4
Hex BB 67 11 0 2D 5B 1B 1E 53 28
Octal 273 147 21 0 55 133 33 36 123 50
Binary 10111011 1100111 10001 0 101101 1011011 11011 11110 1010011 101000

Color Harmonies of #BB6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6711

Black with #BB6711

Text Example


Text Example

White with #BB6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6711; }

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

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

background-color css

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

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

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

border-color css

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

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

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