Html Css Color HEX #B34D4C Chestnut

📋 copy color: '#B34D4C'

red 179 ◦ green 77 ◦ blue 76

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

Shades of Chestnut #B34D4C

Tints of Chestnut #B34D4C

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 value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B34D4C (or 0xB34D4C) is known color: 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

RGB 179 77 76 -
CMYK 0 0.57 0.58 0.30
HSL 0.58º 0.4% 0.5% -
HSV(B) 0.58º 0.58% 0.7% -
XYZ 22.55 15.41 8.62 -
YUV 107.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 179 77 76 0 0.57 0.58 0.30 0.58 0.4 0.5
Hex B3 4D 4C 0 39 3A 1E 1 28 32
Octal 263 115 114 0 71 72 36 1 50 62
Binary 10110011 1001101 1001100 0 111001 111010 11110 1 101000 110010

Color Harmonies of #B34D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D4C

Black with #B34D4C

Text Example


Text Example

White with #B34D4C

Text Example


Text Example

HTML Codes & Css Web 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>