#B34D4C

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

Shades of Chestnut #B34D4C

Tints of Chestnut #B34D4C

Color information

#B34D4C (or 0xB34D4C) is unknown color: approx Chestnut. HEX triplet: B3, 4D and 4C. RGB value is (179,77,76). Sum of RGB (Red+Green+Blue) = 179+77+76=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D4C is #4CB2B3. Grayscale: #6B6B6B. Windows color (decimal): -5026484 or 5000627. OLE color: 5000627.

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

Color convert

RGB1797776-
CMYK00.570.580.30
HSL0.58º40.39%50%-
HSV(B)0.58º57.54%70.2%-
XYZ22.5515.418.62-
YUV107.38110.29179.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=53.92%
G=23.19%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179777600.570.580.300.5840.3950
HexB34D4C0393A1E12832
Octal263115114071723615062
Binary10110011100110110011000111001111010111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D4C; }

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

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

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

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

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

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

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

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