Html Css Color HEX #B34849 Hippie Pink

📋 copy color: '#B34849'

red 179 ◦ green 72 ◦ blue 73

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

Shades of Hippie Pink #B34849

Tints of Hippie Pink #B34849

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

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

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

Color convert

RGB 179 72 73 -
CMYK 0 0.60 0.59 0.30
HSL 359.44º 0.43% 0.49% -
HSV(B) 359.44º 0.6% 0.7% -
XYZ 22.11 14.7 7.98 -
YUV 104.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 179 72 73 0 0.60 0.59 0.30 359.44 0.43 0.49
Hex B3 48 49 0 3C 3B 1E 167 2B 31
Octal 263 110 111 0 74 73 36 547 53 61
Binary 10110011 1001000 1001001 0 111100 111011 11110 101100111 101011 110001

Color Harmonies of #B34849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34849

Black with #B34849

Text Example


Text Example

White with #B34849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34849; }

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

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

background-color css

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

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

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

border-color css

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

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

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