Html Css Color HEX #B34259 Hippie Pink

📋 copy color: '#B34259'

red 179 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #B34259

Tints of Hippie Pink #B34259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

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

R = 53.59%
G = 19.76%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B34259 (or 0xB34259) is known color: Hippie Pink. HEX triplet: B3, 42 and 59. RGB value is (179,66,89). Sum of RGB (Red+Green+Blue) = 179+66+89=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34259 is #4CBDA6. Grayscale: #666666. Windows color (decimal): -5029287 or 5849779. OLE color: 5849779.

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

Color convert

RGB 179 66 89 -
CMYK 0 0.63 0.50 0.30
HSL 347.79º 0.46% 0.48% -
HSV(B) 347.79º 0.63% 0.7% -
XYZ 22.34 14.2 11.01 -
YUV 102.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 179 66 89 0 0.63 0.50 0.30 347.79 0.46 0.48
Hex B3 42 59 0 3F 32 1E 15C 2E 30
Octal 263 102 131 0 77 62 36 534 56 60
Binary 10110011 1000010 1011001 0 111111 110010 11110 101011100 101110 110000

Color Harmonies of #B34259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34259

Black with #B34259

Text Example


Text Example

White with #B34259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34259; }

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

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

background-color css

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

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

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

border-color css

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

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

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