Html Css Color HEX #BB4949 Chestnut

📋 copy color: '#BB4949'

red 187 ◦ green 73 ◦ blue 73

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

Shades of Chestnut #BB4949

Tints of Chestnut #BB4949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 56.16%
G = 21.92%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB4949 (or 0xBB4949) is known color: Chestnut. HEX triplet: BB, 49 and 49. RGB value is (187,73,73). Sum of RGB (Red+Green+Blue) = 187+73+73=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4949 is #44B6B6. Grayscale: #6B6B6B. Windows color (decimal): -4503223 or 4803003. OLE color: 4803003.

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

Color convert

RGB 187 73 73 -
CMYK 0 0.61 0.61 0.27
HSL 0.46% 0.51% -
HSV(B) 0.61% 0.73% -
XYZ 24.08 15.81 8.09 -
YUV 107.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 187 73 73 0 0.61 0.61 0.27 0 0.46 0.51
Hex BB 49 49 0 3D 3D 1B 0 2E 33
Octal 273 111 111 0 75 75 33 0 56 63
Binary 10111011 1001001 1001001 0 111101 111101 11011 0 101110 110011

Color Harmonies of #BB4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4949

Black with #BB4949

Text Example


Text Example

White with #BB4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4949; }

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

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

background-color css

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

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

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

border-color css

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

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

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