Html Css Color HEX #BB4D42 Chestnut

📋 copy color: '#BB4D42'

red 187 ◦ green 77 ◦ blue 66

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

Shades of Chestnut #BB4D42

Tints of Chestnut #BB4D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 56.67%
G = 23.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB4D42 (or 0xBB4D42) is known color: Chestnut. HEX triplet: BB, 4D and 42. RGB value is (187,77,66). Sum of RGB (Red+Green+Blue) = 187+77+66=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D42 is #44B2BD. Grayscale: #6C6C6C. Windows color (decimal): -4502206 or 4345275. OLE color: 4345275.

HSL color Cylindrical-coordinate representation of color #BB4D42: hue angle of 5.45º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4D42 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 66 -
CMYK 0 0.59 0.65 0.27
HSL 5.45º 0.48% 0.5% -
HSV(B) 5.45º 0.65% 0.73% -
XYZ 24.13 16.27 7.02 -
YUV 108.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 187 77 66 0 0.59 0.65 0.27 5.45 0.48 0.5
Hex BB 4D 42 0 3B 41 1B 5 30 32
Octal 273 115 102 0 73 101 33 5 60 62
Binary 10111011 1001101 1000010 0 111011 1000001 11011 101 110000 110010

Color Harmonies of #BB4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D42

Black with #BB4D42

Text Example


Text Example

White with #BB4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D42; }

 p { color: rgb(187,77,66); }

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

background-color css

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

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

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

border-color css

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

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

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