Html Css Color HEX #B34A48 Chestnut

📋 copy color: '#B34A48'

red 179 ◦ green 74 ◦ blue 72

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

Shades of Chestnut #B34A48

Tints of Chestnut #B34A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 55.08%
G = 22.77%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34A48 (or 0xB34A48) is known color: Chestnut. HEX triplet: B3, 4A and 48. RGB value is (179,74,72). Sum of RGB (Red+Green+Blue) = 179+74+72=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A48 is #4CB5B7. Grayscale: #696969. Windows color (decimal): -5027256 or 4737715. OLE color: 4737715.

HSL color Cylindrical-coordinate representation of color #B34A48: hue angle of 1.12º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34A48 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 74 72 -
CMYK 0 0.59 0.60 0.30
HSL 1.12º 0.43% 0.49% -
HSV(B) 1.12º 0.6% 0.7% -
XYZ 22.21 14.95 7.85 -
YUV 105.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 179 74 72 0 0.59 0.60 0.30 1.12 0.43 0.49
Hex B3 4A 48 0 3B 3C 1E 1 2B 31
Octal 263 112 110 0 73 74 36 1 53 61
Binary 10110011 1001010 1001000 0 111011 111100 11110 1 101011 110001

Color Harmonies of #B34A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A48

Black with #B34A48

Text Example


Text Example

White with #B34A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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