Html Css Color HEX #B34149 Hippie Pink

📋 copy color: '#B34149'

red 179 ◦ green 65 ◦ blue 73

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

Shades of Hippie Pink #B34149

Tints of Hippie Pink #B34149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 56.47%
G = 20.5%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B34149 (or 0xB34149) is known color: Hippie Pink. HEX triplet: B3, 41 and 49. RGB value is (179,65,73). Sum of RGB (Red+Green+Blue) = 179+65+73=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B34149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34149 is #4CBEB6. Grayscale: #646464. Windows color (decimal): -5029559 or 4800947. OLE color: 4800947.

HSL color Cylindrical-coordinate representation of color #B34149: hue angle of 355.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34149 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 73 -
CMYK 0 0.64 0.59 0.30
HSL 355.79º 0.47% 0.48% -
HSV(B) 355.79º 0.64% 0.7% -
XYZ 21.68 13.85 7.83 -
YUV 100 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 179 65 73 0 0.64 0.59 0.30 355.79 0.47 0.48
Hex B3 41 49 0 40 3B 1E 164 2F 30
Octal 263 101 111 0 100 73 36 544 57 60
Binary 10110011 1000001 1001001 0 1000000 111011 11110 101100100 101111 110000

Color Harmonies of #B34149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34149

Black with #B34149

Text Example


Text Example

White with #B34149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34149; }

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

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

background-color css

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

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

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

border-color css

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

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

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