Html Css Color HEX #B34D4A Chestnut

📋 copy color: '#B34D4A'

red 179 ◦ green 77 ◦ blue 74

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

Shades of Chestnut #B34D4A

Tints of Chestnut #B34D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 54.24%
G = 23.33%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B34D4A (or 0xB34D4A) is known color: Chestnut. HEX triplet: B3, 4D and 4A. RGB value is (179,77,74). Sum of RGB (Red+Green+Blue) = 179+77+74=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D4A is #4CB2B5. Grayscale: #6B6B6B. Windows color (decimal): -5026486 or 4869555. OLE color: 4869555.

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

Color convert

RGB 179 77 74 -
CMYK 0 0.57 0.59 0.30
HSL 1.71º 0.42% 0.5% -
HSV(B) 1.71º 0.59% 0.7% -
XYZ 22.48 15.39 8.26 -
YUV 107.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 179 77 74 0 0.57 0.59 0.30 1.71 0.42 0.5
Hex B3 4D 4A 0 39 3B 1E 2 2A 32
Octal 263 115 112 0 71 73 36 2 52 62
Binary 10110011 1001101 1001010 0 111001 111011 11110 10 101010 110010

Color Harmonies of #B34D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D4A

Black with #B34D4A

Text Example


Text Example

White with #B34D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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