Html Css Color HEX #B34F57 Hippie Pink

📋 copy color: '#B34F57'

red 179 ◦ green 79 ◦ blue 87

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

Shades of Hippie Pink #B34F57

Tints of Hippie Pink #B34F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 51.88%
G = 22.9%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B34F57 (or 0xB34F57) is known color: Hippie Pink. HEX triplet: B3, 4F and 57. RGB value is (179,79,87). Sum of RGB (Red+Green+Blue) = 179+79+87=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F57 is #4CB0A8. Grayscale: #6D6D6D. Windows color (decimal): -5025961 or 5722035. OLE color: 5722035.

HSL color Cylindrical-coordinate representation of color #B34F57: hue angle of 355.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F57 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 87 -
CMYK 0 0.56 0.51 0.30
HSL 355.2º 0.4% 0.51% -
HSV(B) 355.2º 0.56% 0.7% -
XYZ 23.11 15.86 10.86 -
YUV 109.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 179 79 87 0 0.56 0.51 0.30 355.2 0.4 0.51
Hex B3 4F 57 0 38 33 1E 163 28 33
Octal 263 117 127 0 70 63 36 543 50 63
Binary 10110011 1001111 1010111 0 111000 110011 11110 101100011 101000 110011

Color Harmonies of #B34F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F57

Black with #B34F57

Text Example


Text Example

White with #B34F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F57; }

 p { color: rgb(179,79,87); }

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

background-color css

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

 a { background-color: rgb(179,79,87); }

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

border-color css

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

 span { border-color: rgb(179,79,87); }

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