Html Css Color HEX #B34850 Hippie Pink

📋 copy color: '#B34850'

red 179 ◦ green 72 ◦ blue 80

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

Shades of Hippie Pink #B34850

Tints of Hippie Pink #B34850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 54.08%
G = 21.75%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B34850 (or 0xB34850) is known color: Hippie Pink. HEX triplet: B3, 48 and 50. RGB value is (179,72,80). Sum of RGB (Red+Green+Blue) = 179+72+80=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B34850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34850 is #4CB7AF. Grayscale: #686868. Windows color (decimal): -5027760 or 5261491. OLE color: 5261491.

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

Color convert

RGB 179 72 80 -
CMYK 0 0.60 0.55 0.30
HSL 355.51º 0.43% 0.49% -
HSV(B) 355.51º 0.6% 0.7% -
XYZ 22.36 14.8 9.27 -
YUV 104.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 179 72 80 0 0.60 0.55 0.30 355.51 0.43 0.49
Hex B3 48 50 0 3C 37 1E 164 2B 31
Octal 263 110 120 0 74 67 36 544 53 61
Binary 10110011 1001000 1010000 0 111100 110111 11110 101100100 101011 110001

Color Harmonies of #B34850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34850

Black with #B34850

Text Example


Text Example

White with #B34850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34850; }

 p { color: rgb(179,72,80); }

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

background-color css

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

 a { background-color: rgb(179,72,80); }

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

border-color css

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

 span { border-color: rgb(179,72,80); }

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