Html Css Color HEX #B34744 Chestnut

📋 copy color: '#B34744'

red 179 ◦ green 71 ◦ blue 68

#B34744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #B34744

Tints of Chestnut #B34744

RGB

 RED value IS 179 (70.31% from 255) = 56.29%

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 56.29%
G = 22.33%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B34744 (or 0xB34744) is known color: Chestnut. HEX triplet: B3, 47 and 44. RGB value is (179,71,68). Sum of RGB (Red+Green+Blue) = 179+71+68=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B34744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34744 is #4CB8BB. Grayscale: #676767. Windows color (decimal): -5028028 or 4474803. OLE color: 4474803.

HSL color Cylindrical-coordinate representation of color #B34744: hue angle of 1.62º 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 #B34744 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 68 -
CMYK 0 0.60 0.62 0.30
HSL 1.62º 0.45% 0.48% -
HSV(B) 1.62º 0.62% 0.7% -
XYZ 21.89 14.51 7.12 -
YUV 102.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 179 71 68 0 0.60 0.62 0.30 1.62 0.45 0.48
Hex B3 47 44 0 3C 3E 1E 2 2D 30
Octal 263 107 104 0 74 76 36 2 55 60
Binary 10110011 1000111 1000100 0 111100 111110 11110 10 101101 110000

Color Harmonies of #B34744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34744

Black with #B34744

Text Example


Text Example

White with #B34744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34744; }

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

 H1.HeaderClassName
 {
   color: #B34744;
 }
 .AnyTagClassName
 {
   color: #B34744;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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