Html Css Color HEX #BB4945 Chestnut

📋 copy color: '#BB4945'

red 187 ◦ green 73 ◦ blue 69

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

Shades of Chestnut #BB4945

Tints of Chestnut #BB4945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 56.84%
G = 22.19%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB4945 (or 0xBB4945) is known color: Chestnut. HEX triplet: BB, 49 and 45. RGB value is (187,73,69). Sum of RGB (Red+Green+Blue) = 187+73+69=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4945 is #44B6BA. Grayscale: #6A6A6A. Windows color (decimal): -4503227 or 4540859. OLE color: 4540859.

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

Color convert

RGB 187 73 69 -
CMYK 0 0.61 0.63 0.27
HSL 2.03º 0.46% 0.5% -
HSV(B) 2.03º 0.63% 0.73% -
XYZ 23.95 15.76 7.41 -
YUV 106.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 187 73 69 0 0.61 0.63 0.27 2.03 0.46 0.5
Hex BB 49 45 0 3D 3F 1B 2 2E 32
Octal 273 111 105 0 75 77 33 2 56 62
Binary 10111011 1001001 1000101 0 111101 111111 11011 10 101110 110010

Color Harmonies of #BB4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4945

Black with #BB4945

Text Example


Text Example

White with #BB4945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4945; }

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

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

background-color css

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

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

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

border-color css

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

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

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