Html Css Color HEX #B34059 Hippie Pink

📋 copy color: '#B34059'

red 179 ◦ green 64 ◦ blue 89

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

Shades of Hippie Pink #B34059

Tints of Hippie Pink #B34059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 89 (35.16% from 255) = 26.81%

R = 53.92%
G = 19.28%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B34059 (or 0xB34059) is known color: Hippie Pink. HEX triplet: B3, 40 and 59. RGB value is (179,64,89). Sum of RGB (Red+Green+Blue) = 179+64+89=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B34059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34059 is #4CBFA6. Grayscale: #656565. Windows color (decimal): -5029799 or 5849267. OLE color: 5849267.

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

Color convert

RGB 179 64 89 -
CMYK 0 0.64 0.50 0.30
HSL 346.96º 0.47% 0.48% -
HSV(B) 346.96º 0.64% 0.7% -
XYZ 22.23 13.97 10.98 -
YUV 101.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 179 64 89 0 0.64 0.50 0.30 346.96 0.47 0.48
Hex B3 40 59 0 40 32 1E 15B 2F 30
Octal 263 100 131 0 100 62 36 533 57 60
Binary 10110011 1000000 1011001 0 1000000 110010 11110 101011011 101111 110000

Color Harmonies of #B34059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34059

Black with #B34059

Text Example


Text Example

White with #B34059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34059; }

 p { color: rgb(179,64,89); }

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

background-color css

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

 a { background-color: rgb(179,64,89); }

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

border-color css

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

 span { border-color: rgb(179,64,89); }

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