Html Css Color HEX #B94444 Chestnut

📋 copy color: '#B94444'

red 185 ◦ green 68 ◦ blue 68

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

Shades of Chestnut #B94444

Tints of Chestnut #B94444

RGB

 RED value IS 185 (72.66% from 255) = 57.63%

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 57.63%
G = 21.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B94444 (or 0xB94444) is known color: Chestnut. HEX triplet: B9, 44 and 44. RGB value is (185,68,68). Sum of RGB (Red+Green+Blue) = 185+68+68=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94444 is #46BBBB. Grayscale: #676767. Windows color (decimal): -4635580 or 4474041. OLE color: 4474041.

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

Color convert

RGB 185 68 68 -
CMYK 0 0.63 0.63 0.27
HSL 0.46% 0.5% -
HSV(B) 0.63% 0.73% -
XYZ 23.12 14.87 7.12 -
YUV 102.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 185 68 68 0 0.63 0.63 0.27 0 0.46 0.5
Hex B9 44 44 0 3F 3F 1B 0 2E 32
Octal 271 104 104 0 77 77 33 0 56 62
Binary 10111001 1000100 1000100 0 111111 111111 11011 0 101110 110010

Color Harmonies of #B94444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94444

Black with #B94444

Text Example


Text Example

White with #B94444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94444; }

 p { color: rgb(185,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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