Html Css Color HEX #BB4040 Chestnut

📋 copy color: '#BB4040'

red 187 ◦ green 64 ◦ blue 64

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

Shades of Chestnut #BB4040

Tints of Chestnut #BB4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 59.37%
G = 20.32%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4040 (or 0xBB4040) is known color: Chestnut. HEX triplet: BB, 40 and 40. RGB value is (187,64,64). Sum of RGB (Red+Green+Blue) = 187+64+64=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4040 is #44BFBF. Grayscale: #646464. Windows color (decimal): -4505536 or 4210875. OLE color: 4210875.

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

Color convert

RGB 187 64 64 -
CMYK 0 0.66 0.66 0.27
HSL 0.49% 0.49% -
HSV(B) 0.66% 0.73% -
XYZ 23.25 14.6 6.44 -
YUV 100.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 187 64 64 0 0.66 0.66 0.27 0 0.49 0.49
Hex BB 40 40 0 42 42 1B 0 31 31
Octal 273 100 100 0 102 102 33 0 61 61
Binary 10111011 1000000 1000000 0 1000010 1000010 11011 0 110001 110001

Color Harmonies of #BB4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4040

Black with #BB4040

Text Example


Text Example

White with #BB4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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