Html Css Color HEX #BB6516 Chocolate

📋 copy color: '#BB6516'

red 187 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #BB6516

Tints of Chocolate #BB6516

RGB

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

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

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

R = 60.32%
G = 32.58%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6516 (or 0xBB6516) is known color: Chocolate. HEX triplet: BB, 65 and 16. RGB value is (187,101,22). Sum of RGB (Red+Green+Blue) = 187+101+22=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6516 is #449AE9. Grayscale: #767676. Windows color (decimal): -4496106 or 1467835. OLE color: 1467835.

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

Color convert

RGB 187 101 22 -
CMYK 0 0.46 0.88 0.27
HSL 28.73º 0.79% 0.41% -
HSV(B) 28.73º 0.88% 0.73% -
XYZ 25.29 19.93 3.27 -
YUV 117.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 187 101 22 0 0.46 0.88 0.27 28.73 0.79 0.41
Hex BB 65 16 0 2E 58 1B 1D 4F 29
Octal 273 145 26 0 56 130 33 35 117 51
Binary 10111011 1100101 10110 0 101110 1011000 11011 11101 1001111 101001

Color Harmonies of #BB6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6516

Black with #BB6516

Text Example


Text Example

White with #BB6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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