Html Css Color HEX #B94946 Chestnut

📋 copy color: '#B94946'

red 185 ◦ green 73 ◦ blue 70

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

Shades of Chestnut #B94946

Tints of Chestnut #B94946

RGB

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

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

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

R = 56.4%
G = 22.26%
B = 21.34%

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

#B94946 (or 0xB94946) is known color: Chestnut. HEX triplet: B9, 49 and 46. RGB value is (185,73,70). Sum of RGB (Red+Green+Blue) = 185+73+70=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B94946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94946 is #46B6B9. Grayscale: #6A6A6A. Windows color (decimal): -4634298 or 4606393. OLE color: 4606393.

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

Color convert

RGB 185 73 70 -
CMYK 0 0.61 0.62 0.27
HSL 1.57º 0.45% 0.5% -
HSV(B) 1.57º 0.62% 0.73% -
XYZ 23.5 15.52 7.55 -
YUV 106.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 185 73 70 0 0.61 0.62 0.27 1.57 0.45 0.5
Hex B9 49 46 0 3D 3E 1B 2 2D 32
Octal 271 111 106 0 75 76 33 2 55 62
Binary 10111001 1001001 1000110 0 111101 111110 11011 10 101101 110010

Color Harmonies of #B94946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94946

Black with #B94946

Text Example


Text Example

White with #B94946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94946; }

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

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

background-color css

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

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

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

border-color css

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

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

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