Html Css Color HEX #BB4440 Chestnut

📋 copy color: '#BB4440'

red 187 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #BB4440

Tints of Chestnut #BB4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 58.62%
G = 21.32%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4440 (or 0xBB4440) is known color: Chestnut. HEX triplet: BB, 44 and 40. RGB value is (187,68,64). Sum of RGB (Red+Green+Blue) = 187+68+64=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4440 is #44BBBF. Grayscale: #676767. Windows color (decimal): -4504512 or 4211899. OLE color: 4211899.

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

Color convert

RGB 187 68 64 -
CMYK 0 0.64 0.66 0.27
HSL 1.95º 0.49% 0.49% -
HSV(B) 1.95º 0.66% 0.73% -
XYZ 23.49 15.07 6.52 -
YUV 103.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 187 68 64 0 0.64 0.66 0.27 1.95 0.49 0.49
Hex BB 44 40 0 40 42 1B 2 31 31
Octal 273 104 100 0 100 102 33 2 61 61
Binary 10111011 1000100 1000000 0 1000000 1000010 11011 10 110001 110001

Color Harmonies of #BB4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4440

Black with #BB4440

Text Example


Text Example

White with #BB4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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