#B34B44

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

Shades of Chestnut #B34B44

Tints of Chestnut #B34B44

Color information

#B34B44 (or 0xB34B44) is unknown color: approx Chestnut. HEX triplet: B3, 4B and 44. RGB value is (179,75,68). Sum of RGB (Red+Green+Blue) = 179+75+68=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B44 is #4CB4BB. Grayscale: #696969. Windows color (decimal): -5027004 or 4475827. OLE color: 4475827.

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

Color convert

RGB1797568-
CMYK00.580.620.30
HSL3.78º44.94%48.43%-
HSV(B)3.78º62.01%70.2%-
XYZ22.1515.037.2-
YUV105.3106.96180.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=55.59%
G=23.29%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179756800.580.620.303.7844.9448.43
HexB34B4403A3E1E42d30
Octal263113104072763645560
Binary1011001110010111000100011101011111011110100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B44; }

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

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

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

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

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

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

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

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