Html Css Color HEX #BB6213 Chocolate

📋 copy color: '#BB6213'

red 187 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #BB6213

Tints of Chocolate #BB6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 61.51%
G = 32.24%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6213 (or 0xBB6213) is known color: Chocolate. HEX triplet: BB, 62 and 13. RGB value is (187,98,19). Sum of RGB (Red+Green+Blue) = 187+98+19=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6213 is #449DEC. Grayscale: #747474. Windows color (decimal): -4496877 or 1270459. OLE color: 1270459.

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

Color convert

RGB 187 98 19 -
CMYK 0 0.48 0.90 0.27
HSL 28.21º 0.82% 0.4% -
HSV(B) 28.21º 0.9% 0.73% -
XYZ 24.98 19.35 3.03 -
YUV 115.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 187 98 19 0 0.48 0.90 0.27 28.21 0.82 0.4
Hex BB 62 13 0 30 5A 1B 1C 52 28
Octal 273 142 23 0 60 132 33 34 122 50
Binary 10111011 1100010 10011 0 110000 1011010 11011 11100 1010010 101000

Color Harmonies of #BB6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6213

Black with #BB6213

Text Example


Text Example

White with #BB6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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