#B34B4A

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

Shades of Chestnut #B34B4A

Tints of Chestnut #B34B4A

Color information

#B34B4A (or 0xB34B4A) is unknown color: approx Chestnut. HEX triplet: B3, 4B and 4A. RGB value is (179,75,74). Sum of RGB (Red+Green+Blue) = 179+75+74=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B4A is #4CB4B5. Grayscale: #6A6A6A. Windows color (decimal): -5026998 or 4869043. OLE color: 4869043.

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

Color convert

RGB1797574-
CMYK00.580.590.30
HSL0.57º41.5%49.61%-
HSV(B)0.57º58.66%70.2%-
XYZ22.3415.118.22-
YUV105.98109.96180.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=54.57%
G=22.87%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179757400.580.590.300.5741.549.61
HexB34B4A03A3B1E12a32
Octal263113112072733615262
Binary10110011100101110010100111010111011111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B4A; }

 p { color: rgb(179,75,74); }

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

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

 a { background-color: rgb(179,75,74); }

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

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

 span { border-color: rgb(179,75,74); }

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