#B94C3F

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

Shades of Chestnut #B94C3F

Tints of Chestnut #B94C3F

Color information

#B94C3F (or 0xB94C3F) is unknown color: approx Chestnut. HEX triplet: B9, 4C and 3F. RGB value is (185,76,63). Sum of RGB (Red+Green+Blue) = 185+76+63=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C3F is #46B3C0. Grayscale: #6B6B6B. Windows color (decimal): -4633537 or 4148409. OLE color: 4148409.

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

Color convert

RGB1857663-
CMYK00.590.660.27
HSL6.39º49.19%48.63%-
HSV(B)6.39º65.95%72.55%-
XYZ23.4915.846.52-
YUV107.11103.11183.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 63 (25% from 255) = 19.44%
R=57.10%
G=23.46%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185766300.590.660.276.3949.1948.63
HexB94C3F03B421B63131
Octal271114770731023366161
Binary1011100110011001111110111011100001011011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C3F; }

 p { color: rgb(185,76,63); }

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

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

 a { background-color: rgb(185,76,63); }

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

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

 span { border-color: rgb(185,76,63); }

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