#B34C46

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

Shades of Chestnut #B34C46

Tints of Chestnut #B34C46

Color information

#B34C46 (or 0xB34C46) is unknown color: approx Chestnut. HEX triplet: B3, 4C and 46. RGB value is (179,76,70). Sum of RGB (Red+Green+Blue) = 179+76+70=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C46 is #4CB3B9. Grayscale: #6A6A6A. Windows color (decimal): -5026746 or 4607155. OLE color: 4607155.

HSL color Cylindrical-coordinate representation of color #B34C46: hue angle of 3.3º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34C46 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1797670-
CMYK00.580.610.30
HSL3.3º43.78%48.82%-
HSV(B)3.3º60.89%70.2%-
XYZ22.2815.197.55-
YUV106.11107.62179.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=55.08%
G=23.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179767000.580.610.303.343.7848.82
HexB34C4603A3D1E32c31
Octal263114106072753635461
Binary101100111001100100011001110101111011111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C46; }

 p { color: rgb(179,76,70); }

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

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

 a { background-color: rgb(179,76,70); }

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

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

 span { border-color: rgb(179,76,70); }

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