Html Css Color HEX #BB4544 Chestnut

📋 copy color: '#BB4544'

red 187 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #BB4544

Tints of Chestnut #BB4544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 57.72%
G = 21.3%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB4544 (or 0xBB4544) is known color: Chestnut. HEX triplet: BB, 45 and 44. RGB value is (187,69,68). Sum of RGB (Red+Green+Blue) = 187+69+68=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4544 is #44BABB. Grayscale: #686868. Windows color (decimal): -4504252 or 4474299. OLE color: 4474299.

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

Color convert

RGB 187 69 68 -
CMYK 0 0.63 0.64 0.27
HSL 0.5º 0.47% 0.5% -
HSV(B) 0.5º 0.64% 0.73% -
XYZ 23.67 15.24 7.16 -
YUV 104.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 187 69 68 0 0.63 0.64 0.27 0.5 0.47 0.5
Hex BB 45 44 0 3F 40 1B 1 2F 32
Octal 273 105 104 0 77 100 33 1 57 62
Binary 10111011 1000101 1000100 0 111111 1000000 11011 1 101111 110010

Color Harmonies of #BB4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4544

Black with #BB4544

Text Example


Text Example

White with #BB4544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4544; }

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

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

background-color css

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

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

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

border-color css

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

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

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