Html Css Color HEX #B34948 Chestnut

📋 copy color: '#B34948'

red 179 ◦ green 73 ◦ blue 72

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

Shades of Chestnut #B34948

Tints of Chestnut #B34948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 55.25%
G = 22.53%
B = 22.22%

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

#B34948 (or 0xB34948) is known color: Chestnut. HEX triplet: B3, 49 and 48. RGB value is (179,73,72). Sum of RGB (Red+Green+Blue) = 179+73+72=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B34948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34948 is #4CB6B7. Grayscale: #686868. Windows color (decimal): -5027512 or 4737459. OLE color: 4737459.

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

Color convert

RGB 179 73 72 -
CMYK 0 0.59 0.60 0.30
HSL 0.56º 0.43% 0.49% -
HSV(B) 0.56º 0.6% 0.7% -
XYZ 22.14 14.82 7.82 -
YUV 104.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 179 73 72 0 0.59 0.60 0.30 0.56 0.43 0.49
Hex B3 49 48 0 3B 3C 1E 1 2B 31
Octal 263 111 110 0 73 74 36 1 53 61
Binary 10110011 1001001 1001000 0 111011 111100 11110 1 101011 110001

Color Harmonies of #B34948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34948

Black with #B34948

Text Example


Text Example

White with #B34948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34948; }

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

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

background-color css

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

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

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

border-color css

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

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

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