#B94B3E

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

Shades of Chestnut #B94B3E

Tints of Chestnut #B94B3E

Color information

#B94B3E (or 0xB94B3E) is unknown color: approx Chestnut. HEX triplet: B9, 4B and 3E. RGB value is (185,75,62). Sum of RGB (Red+Green+Blue) = 185+75+62=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B3E is #46B4C1. Grayscale: #6A6A6A. Windows color (decimal): -4633794 or 4082617. OLE color: 4082617.

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

Color convert

RGB1857562-
CMYK00.590.660.27
HSL6.34º49.8%48.43%-
HSV(B)6.34º66.49%72.55%-
XYZ23.3915.696.35-
YUV106.41102.94184.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=57.45%
G=23.29%
B=19.25%

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
Decimal185756200.590.660.276.3449.848.43
HexB94B3E03B421B63230
Octal271113760731023366260
Binary1011100110010111111100111011100001011011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B3E; }

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

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

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

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

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

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

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

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