Html Css Color HEX #BB4946 Chestnut

📋 copy color: '#BB4946'

red 187 ◦ green 73 ◦ blue 70

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

Shades of Chestnut #BB4946

Tints of Chestnut #BB4946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 56.67%
G = 22.12%
B = 21.21%

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

#BB4946 (or 0xBB4946) is known color: Chestnut. HEX triplet: BB, 49 and 46. RGB value is (187,73,70). Sum of RGB (Red+Green+Blue) = 187+73+70=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4946 is #44B6B9. Grayscale: #6A6A6A. Windows color (decimal): -4503226 or 4606395. OLE color: 4606395.

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

Color convert

RGB 187 73 70 -
CMYK 0 0.61 0.63 0.27
HSL 1.54º 0.46% 0.5% -
HSV(B) 1.54º 0.63% 0.73% -
XYZ 23.98 15.77 7.57 -
YUV 106.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 187 73 70 0 0.61 0.63 0.27 1.54 0.46 0.5
Hex BB 49 46 0 3D 3F 1B 2 2E 32
Octal 273 111 106 0 75 77 33 2 56 62
Binary 10111011 1001001 1000110 0 111101 111111 11011 10 101110 110010

Color Harmonies of #BB4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4946

Black with #BB4946

Text Example


Text Example

White with #BB4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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