Html Css Color HEX #B94E48 Chestnut

📋 copy color: '#B94E48'

red 185 ◦ green 78 ◦ blue 72

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

Shades of Chestnut #B94E48

Tints of Chestnut #B94E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 55.22%
G = 23.28%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94E48 (or 0xB94E48) is known color: Chestnut. HEX triplet: B9, 4E and 48. RGB value is (185,78,72). Sum of RGB (Red+Green+Blue) = 185+78+72=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E48 is #46B1B7. Grayscale: #6D6D6D. Windows color (decimal): -4633016 or 4738745. OLE color: 4738745.

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

Color convert

RGB 185 78 72 -
CMYK 0 0.58 0.61 0.27
HSL 3.19º 0.45% 0.5% -
HSV(B) 3.19º 0.61% 0.73% -
XYZ 23.9 16.23 8 -
YUV 109.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 185 78 72 0 0.58 0.61 0.27 3.19 0.45 0.5
Hex B9 4E 48 0 3A 3D 1B 3 2D 32
Octal 271 116 110 0 72 75 33 3 55 62
Binary 10111001 1001110 1001000 0 111010 111101 11011 11 101101 110010

Color Harmonies of #B94E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E48

Black with #B94E48

Text Example


Text Example

White with #B94E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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