Html Css Color HEX #BB6413 Chocolate

📋 copy color: '#BB6413'

red 187 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #BB6413

Tints of Chocolate #BB6413

RGB

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

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

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

R = 61.11%
G = 32.68%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6413 (or 0xBB6413) is known color: Chocolate. HEX triplet: BB, 64 and 13. RGB value is (187,100,19). Sum of RGB (Red+Green+Blue) = 187+100+19=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6413 is #449BEC. Grayscale: #757575. Windows color (decimal): -4496365 or 1270971. OLE color: 1270971.

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

Color convert

RGB 187 100 19 -
CMYK 0 0.47 0.90 0.27
HSL 28.93º 0.82% 0.4% -
HSV(B) 28.93º 0.9% 0.73% -
XYZ 25.17 19.73 3.1 -
YUV 116.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 187 100 19 0 0.47 0.90 0.27 28.93 0.82 0.4
Hex BB 64 13 0 2F 5A 1B 1D 52 28
Octal 273 144 23 0 57 132 33 35 122 50
Binary 10111011 1100100 10011 0 101111 1011010 11011 11101 1010010 101000

Color Harmonies of #BB6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6413

Black with #BB6413

Text Example


Text Example

White with #BB6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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