#B94E43

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

Shades of Chestnut #B94E43

Tints of Chestnut #B94E43

Color information

#B94E43 (or 0xB94E43) is unknown color: approx Chestnut. HEX triplet: B9, 4E and 43. RGB value is (185,78,67). Sum of RGB (Red+Green+Blue) = 185+78+67=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E43 is #46B1BC. Grayscale: #6C6C6C. Windows color (decimal): -4633021 or 4411065. OLE color: 4411065.

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

Color convert

RGB1857867-
CMYK00.580.640.27
HSL5.59º46.83%49.41%-
HSV(B)5.59º63.78%72.55%-
XYZ23.7516.177.18-
YUV108.74104.45182.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=56.06%
G=23.64%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185786700.580.640.275.5946.8349.41
HexB94E4303A401B62f31
Octal2711161030721003365761
Binary10111001100111010000110111010100000011011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E43; }

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

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

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

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

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

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

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

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