Html Css Color HEX #BB5040 Chestnut

📋 copy color: '#BB5040'

red 187 ◦ green 80 ◦ blue 64

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

Shades of Chestnut #BB5040

Tints of Chestnut #BB5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 56.5%
G = 24.17%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB5040 (or 0xBB5040) is known color: Chestnut. HEX triplet: BB, 50 and 40. RGB value is (187,80,64). Sum of RGB (Red+Green+Blue) = 187+80+64=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5040 is #44AFBF. Grayscale: #6E6E6E. Windows color (decimal): -4501440 or 4214971. OLE color: 4214971.

HSL color Cylindrical-coordinate representation of color #BB5040: hue angle of 7.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB5040 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 64 -
CMYK 0 0.57 0.66 0.27
HSL 7.8º 0.49% 0.49% -
HSV(B) 7.8º 0.66% 0.73% -
XYZ 24.29 16.67 6.79 -
YUV 110.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 187 80 64 0 0.57 0.66 0.27 7.8 0.49 0.49
Hex BB 50 40 0 39 42 1B 8 31 31
Octal 273 120 100 0 71 102 33 10 61 61
Binary 10111011 1010000 1000000 0 111001 1000010 11011 1000 110001 110001

Color Harmonies of #BB5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5040

Black with #BB5040

Text Example


Text Example

White with #BB5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5040; }

 p { color: rgb(187,80,64); }

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

background-color css

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

 a { background-color: rgb(187,80,64); }

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

border-color css

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

 span { border-color: rgb(187,80,64); }

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