Html Css Color HEX #B94D46 Chestnut

📋 copy color: '#B94D46'

red 185 ◦ green 77 ◦ blue 70

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

Shades of Chestnut #B94D46

Tints of Chestnut #B94D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 55.72%
G = 23.19%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94D46 (or 0xB94D46) is known color: Chestnut. HEX triplet: B9, 4D and 46. RGB value is (185,77,70). Sum of RGB (Red+Green+Blue) = 185+77+70=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D46 is #46B2B9. Grayscale: #6C6C6C. Windows color (decimal): -4633274 or 4607417. OLE color: 4607417.

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

Color convert

RGB 185 77 70 -
CMYK 0 0.58 0.62 0.27
HSL 3.65º 0.45% 0.5% -
HSV(B) 3.65º 0.62% 0.73% -
XYZ 23.77 16.06 7.64 -
YUV 108.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 185 77 70 0 0.58 0.62 0.27 3.65 0.45 0.5
Hex B9 4D 46 0 3A 3E 1B 4 2D 32
Octal 271 115 106 0 72 76 33 4 55 62
Binary 10111001 1001101 1000110 0 111010 111110 11011 100 101101 110010

Color Harmonies of #B94D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D46

Black with #B94D46

Text Example


Text Example

White with #B94D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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