Html Css Color HEX #B34057 Hippie Pink

📋 copy color: '#B34057'

red 179 ◦ green 64 ◦ blue 87

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

Shades of Hippie Pink #B34057

Tints of Hippie Pink #B34057

RGB

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

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

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

R = 54.24%
G = 19.39%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B34057 (or 0xB34057) is known color: Hippie Pink. HEX triplet: B3, 40 and 57. RGB value is (179,64,87). Sum of RGB (Red+Green+Blue) = 179+64+87=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34057 is #4CBFA8. Grayscale: #656565. Windows color (decimal): -5029801 or 5718195. OLE color: 5718195.

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

Color convert

RGB 179 64 87 -
CMYK 0 0.64 0.51 0.30
HSL 348º 0.47% 0.48% -
HSV(B) 348º 0.64% 0.7% -
XYZ 22.14 13.94 10.54 -
YUV 101.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 179 64 87 0 0.64 0.51 0.30 348 0.47 0.48
Hex B3 40 57 0 40 33 1E 15C 2F 30
Octal 263 100 127 0 100 63 36 534 57 60
Binary 10110011 1000000 1010111 0 1000000 110011 11110 101011100 101111 110000

Color Harmonies of #B34057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34057

Black with #B34057

Text Example


Text Example

White with #B34057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34057; }

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

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

background-color css

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

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

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

border-color css

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

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

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