#B94A3E

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

Shades of Chestnut #B94A3E

Tints of Chestnut #B94A3E

Color information

#B94A3E (or 0xB94A3E) is unknown color: approx Chestnut. HEX triplet: B9, 4A and 3E. RGB value is (185,74,62). Sum of RGB (Red+Green+Blue) = 185+74+62=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A3E is #46B5C1. Grayscale: #696969. Windows color (decimal): -4634050 or 4082361. OLE color: 4082361.

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

Color convert

RGB1857462-
CMYK00.60.660.27
HSL5.85º49.8%48.43%-
HSV(B)5.85º66.49%72.55%-
XYZ23.3315.566.33-
YUV105.82103.27184.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=57.63%
G=23.05%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185746200.60.660.275.8549.848.43
HexB94A3E03C421B63230
Octal271112760741023366260
Binary1011100110010101111100111100100001011011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A3E; }

 p { color: rgb(185,74,62); }

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

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

 a { background-color: rgb(185,74,62); }

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

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

 span { border-color: rgb(185,74,62); }

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