Html Css Color HEX #B54057 Hippie Pink

📋 copy color: '#B54057'

red 181 ◦ green 64 ◦ blue 87

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

Shades of Hippie Pink #B54057

Tints of Hippie Pink #B54057

RGB

 RED value IS 181 (71.09% from 255) = 54.52%

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

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

R = 54.52%
G = 19.28%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B54057 (or 0xB54057) is known color: Hippie Pink. HEX triplet: B5, 40 and 57. RGB value is (181,64,87). Sum of RGB (Red+Green+Blue) = 181+64+87=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B54057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54057 is #4ABFA8. Grayscale: #656565. Windows color (decimal): -4898729 or 5718197. OLE color: 5718197.

HSL color Cylindrical-coordinate representation of color #B54057: hue angle of 348.21º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54057 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 87 -
CMYK 0 0.65 0.52 0.29
HSL 348.21º 0.48% 0.48% -
HSV(B) 348.21º 0.65% 0.71% -
XYZ 22.61 14.18 10.56 -
YUV 101.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 181 64 87 0 0.65 0.52 0.29 348.21 0.48 0.48
Hex B5 40 57 0 41 34 1D 15C 30 30
Octal 265 100 127 0 101 64 35 534 60 60
Binary 10110101 1000000 1010111 0 1000001 110100 11101 101011100 110000 110000

Color Harmonies of #B54057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54057

Black with #B54057

Text Example


Text Example

White with #B54057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54057; }

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

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

background-color css

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

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

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

border-color css

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

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

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