Html Css Color HEX #B34749 Hippie Pink

📋 copy color: '#B34749'

red 179 ◦ green 71 ◦ blue 73

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

Shades of Hippie Pink #B34749

Tints of Hippie Pink #B34749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 55.42%
G = 21.98%
B = 22.6%

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

#B34749 (or 0xB34749) is known color: Hippie Pink. HEX triplet: B3, 47 and 49. RGB value is (179,71,73). Sum of RGB (Red+Green+Blue) = 179+71+73=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B34749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34749 is #4CB8B6. Grayscale: #676767. Windows color (decimal): -5028023 or 4802483. OLE color: 4802483.

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

Color convert

RGB 179 71 73 -
CMYK 0 0.60 0.59 0.30
HSL 358.89º 0.43% 0.49% -
HSV(B) 358.89º 0.6% 0.7% -
XYZ 22.05 14.57 7.95 -
YUV 103.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 179 71 73 0 0.60 0.59 0.30 358.89 0.43 0.49
Hex B3 47 49 0 3C 3B 1E 167 2B 31
Octal 263 107 111 0 74 73 36 547 53 61
Binary 10110011 1000111 1001001 0 111100 111011 11110 101100111 101011 110001

Color Harmonies of #B34749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34749

Black with #B34749

Text Example


Text Example

White with #B34749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34749; }

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

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

background-color css

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

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

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

border-color css

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

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

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