Html Css Color HEX #B34460 Hippie Pink

📋 copy color: '#B34460'

red 179 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #B34460

Tints of Hippie Pink #B34460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 52.19%
G = 19.83%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B34460 (or 0xB34460) is known color: Hippie Pink. HEX triplet: B3, 44 and 60. RGB value is (179,68,96). Sum of RGB (Red+Green+Blue) = 179+68+96=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B34460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34460 is #4CBB9F. Grayscale: #686868. Windows color (decimal): -5028768 or 6309043. OLE color: 6309043.

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

Color convert

RGB 179 68 96 -
CMYK 0 0.62 0.46 0.30
HSL 344.86º 0.45% 0.48% -
HSV(B) 344.86º 0.62% 0.7% -
XYZ 22.77 14.56 12.68 -
YUV 104.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 179 68 96 0 0.62 0.46 0.30 344.86 0.45 0.48
Hex B3 44 60 0 3E 2E 1E 159 2D 30
Octal 263 104 140 0 76 56 36 531 55 60
Binary 10110011 1000100 1100000 0 111110 101110 11110 101011001 101101 110000

Color Harmonies of #B34460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34460

Black with #B34460

Text Example


Text Example

White with #B34460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34460; }

 p { color: rgb(179,68,96); }

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

background-color css

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

 a { background-color: rgb(179,68,96); }

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

border-color css

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

 span { border-color: rgb(179,68,96); }

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