Html Css Color HEX #BB6511 Chocolate

📋 copy color: '#BB6511'

red 187 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #BB6511

Tints of Chocolate #BB6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 61.31%
G = 33.11%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6511 (or 0xBB6511) is known color: Chocolate. HEX triplet: BB, 65 and 11. RGB value is (187,101,17). Sum of RGB (Red+Green+Blue) = 187+101+17=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6511 is #449AEE. Grayscale: #757575. Windows color (decimal): -4496111 or 1140155. OLE color: 1140155.

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

Color convert

RGB 187 101 17 -
CMYK 0 0.46 0.91 0.27
HSL 29.65º 0.83% 0.4% -
HSV(B) 29.65º 0.91% 0.73% -
XYZ 25.25 19.91 3.04 -
YUV 117.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 187 101 17 0 0.46 0.91 0.27 29.65 0.83 0.4
Hex BB 65 11 0 2E 5B 1B 1E 53 28
Octal 273 145 21 0 56 133 33 36 123 50
Binary 10111011 1100101 10001 0 101110 1011011 11011 11110 1010011 101000

Color Harmonies of #BB6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6511

Black with #BB6511

Text Example


Text Example

White with #BB6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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