#B94E4D

Color #B94E4D Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B94E4D

Tints of Chestnut #B94E4D

Color information

#B94E4D (or 0xB94E4D) is unknown color: approx Chestnut. HEX triplet: B9, 4E and 4D. RGB value is (185,78,77). Sum of RGB (Red+Green+Blue) = 185+78+77=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E4D is #46B1B2. Grayscale: #6D6D6D. Windows color (decimal): -4633011 or 5066425. OLE color: 5066425.

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

Color convert

RGB1857877-
CMYK00.580.580.27
HSL0.56º43.55%51.37%-
HSV(B)0.56º58.38%72.55%-
XYZ24.0716.38.9-
YUV109.88109.45181.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=54.41%
G=22.94%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185787700.580.580.270.5643.5551.37
HexB94E4D03A3A1B12c33
Octal271116115072723315463
Binary10111001100111010011010111010111010110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E4D; }

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

 H1.HeaderClassName
 {
   color: #B94E4D;
 }
 .AnyTagClassName
 {
   color: #B94E4D;
 }
</style>
background-color css

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

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

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

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

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

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