Html Css Color HEX #BB6610 Chocolate

📋 copy color: '#BB6610'

red 187 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #BB6610

Tints of Chocolate #BB6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 61.31%
G = 33.44%
B = 5.25%

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

#BB6610 (or 0xBB6610) is known color: Chocolate. HEX triplet: BB, 66 and 10. RGB value is (187,102,16). Sum of RGB (Red+Green+Blue) = 187+102+16=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6610 is #4499EF. Grayscale: #767676. Windows color (decimal): -4495856 or 1074875. OLE color: 1074875.

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

Color convert

RGB 187 102 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.18º 0.84% 0.4% -
HSV(B) 30.18º 0.91% 0.73% -
XYZ 25.34 20.1 3.04 -
YUV 117.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 187 102 16 0 0.45 0.91 0.27 30.18 0.84 0.4
Hex BB 66 10 0 2D 5B 1B 1E 54 28
Octal 273 146 20 0 55 133 33 36 124 50
Binary 10111011 1100110 10000 0 101101 1011011 11011 11110 1010100 101000

Color Harmonies of #BB6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6610

Black with #BB6610

Text Example


Text Example

White with #BB6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6610; }

 p { color: rgb(187,102,16); }

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

background-color css

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

 a { background-color: rgb(187,102,16); }

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

border-color css

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

 span { border-color: rgb(187,102,16); }

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