Html Css Color HEX #BB6416 Chocolate

📋 copy color: '#BB6416'

red 187 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #BB6416

Tints of Chocolate #BB6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 60.52%
G = 32.36%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6416 (or 0xBB6416) is known color: Chocolate. HEX triplet: BB, 64 and 16. RGB value is (187,100,22). Sum of RGB (Red+Green+Blue) = 187+100+22=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6416 is #449BE9. Grayscale: #757575. Windows color (decimal): -4496362 or 1467579. OLE color: 1467579.

HSL color Cylindrical-coordinate representation of color #BB6416: hue angle of 28.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB6416 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 22 -
CMYK 0 0.47 0.88 0.27
HSL 28.36º 0.79% 0.41% -
HSV(B) 28.36º 0.88% 0.73% -
XYZ 25.2 19.74 3.24 -
YUV 117.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 187 100 22 0 0.47 0.88 0.27 28.36 0.79 0.41
Hex BB 64 16 0 2F 58 1B 1C 4F 29
Octal 273 144 26 0 57 130 33 34 117 51
Binary 10111011 1100100 10110 0 101111 1011000 11011 11100 1001111 101001

Color Harmonies of #BB6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6416

Black with #BB6416

Text Example


Text Example

White with #BB6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6416; }

 p { color: rgb(187,100,22); }

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

background-color css

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

 a { background-color: rgb(187,100,22); }

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

border-color css

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

 span { border-color: rgb(187,100,22); }

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