Html Css Color HEX #B94847 Chestnut

📋 copy color: '#B94847'

red 185 ◦ green 72 ◦ blue 71

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

Shades of Chestnut #B94847

Tints of Chestnut #B94847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 56.4%
G = 21.95%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94847 (or 0xB94847) is known color: Chestnut. HEX triplet: B9, 48 and 47. RGB value is (185,72,71). Sum of RGB (Red+Green+Blue) = 185+72+71=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B94847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94847 is #46B7B8. Grayscale: #696969. Windows color (decimal): -4634553 or 4671673. OLE color: 4671673.

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

Color convert

RGB 185 72 71 -
CMYK 0 0.61 0.62 0.27
HSL 0.53º 0.45% 0.5% -
HSV(B) 0.53º 0.62% 0.73% -
XYZ 23.46 15.4 7.7 -
YUV 105.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 185 72 71 0 0.61 0.62 0.27 0.53 0.45 0.5
Hex B9 48 47 0 3D 3E 1B 1 2D 32
Octal 271 110 107 0 75 76 33 1 55 62
Binary 10111001 1001000 1000111 0 111101 111110 11011 1 101101 110010

Color Harmonies of #B94847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94847

Black with #B94847

Text Example


Text Example

White with #B94847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94847; }

 p { color: rgb(185,72,71); }

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

background-color css

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

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

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

border-color css

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

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

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