Html Css Color HEX #BB4542 Chestnut

📋 copy color: '#BB4542'

red 187 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #BB4542

Tints of Chestnut #BB4542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 58.07%
G = 21.43%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB4542 (or 0xBB4542) is known color: Chestnut. HEX triplet: BB, 45 and 42. RGB value is (187,69,66). Sum of RGB (Red+Green+Blue) = 187+69+66=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4542 is #44BABD. Grayscale: #686868. Windows color (decimal): -4504254 or 4343227. OLE color: 4343227.

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

Color convert

RGB 187 69 66 -
CMYK 0 0.63 0.65 0.27
HSL 1.49º 0.48% 0.5% -
HSV(B) 1.49º 0.65% 0.73% -
XYZ 23.61 15.21 6.85 -
YUV 103.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 187 69 66 0 0.63 0.65 0.27 1.49 0.48 0.5
Hex BB 45 42 0 3F 41 1B 1 30 32
Octal 273 105 102 0 77 101 33 1 60 62
Binary 10111011 1000101 1000010 0 111111 1000001 11011 1 110000 110010

Color Harmonies of #BB4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4542

Black with #BB4542

Text Example


Text Example

White with #BB4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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