#B34C4B

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

Shades of Chestnut #B34C4B

Tints of Chestnut #B34C4B

Color information

#B34C4B (or 0xB34C4B) is unknown color: approx Chestnut. HEX triplet: B3, 4C and 4B. RGB value is (179,76,75). Sum of RGB (Red+Green+Blue) = 179+76+75=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C4B is #4CB3B4. Grayscale: #6A6A6A. Windows color (decimal): -5026741 or 4934835. OLE color: 4934835.

HSL color Cylindrical-coordinate representation of color #B34C4B: hue angle of 0.58º degrees, saturation: 0.41, 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 #B34C4B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1797675-
CMYK00.580.580.30
HSL0.58º40.94%49.8%-
HSV(B)0.58º58.1%70.2%-
XYZ22.4415.268.42-
YUV106.68110.12179.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=54.24%
G=23.03%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179767500.580.580.300.5840.9449.8
HexB34C4B03A3A1E12932
Octal263114113072723615162
Binary10110011100110010010110111010111010111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C4B; }

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

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

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

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

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

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

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

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