Html Css Color HEX #BB6613 Chocolate

📋 copy color: '#BB6613'

red 187 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #BB6613

Tints of Chocolate #BB6613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 60.71%
G = 33.12%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6613 (or 0xBB6613) is known color: Chocolate. HEX triplet: BB, 66 and 13. RGB value is (187,102,19). Sum of RGB (Red+Green+Blue) = 187+102+19=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6613 is #4499EC. Grayscale: #767676. Windows color (decimal): -4495853 or 1271483. OLE color: 1271483.

HSL color Cylindrical-coordinate representation of color #BB6613: hue angle of 29.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6613 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 19 -
CMYK 0 0.45 0.90 0.27
HSL 29.64º 0.82% 0.4% -
HSV(B) 29.64º 0.9% 0.73% -
XYZ 25.36 20.11 3.16 -
YUV 117.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 187 102 19 0 0.45 0.90 0.27 29.64 0.82 0.4
Hex BB 66 13 0 2D 5A 1B 1E 52 28
Octal 273 146 23 0 55 132 33 36 122 50
Binary 10111011 1100110 10011 0 101101 1011010 11011 11110 1010010 101000

Color Harmonies of #BB6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6613

Black with #BB6613

Text Example


Text Example

White with #BB6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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