Html Css Color HEX #B54D59 Hippie Pink

📋 copy color: '#B54D59'

red 181 ◦ green 77 ◦ blue 89

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

Shades of Hippie Pink #B54D59

Tints of Hippie Pink #B54D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 52.16%
G = 22.19%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B54D59 (or 0xB54D59) is known color: Hippie Pink. HEX triplet: B5, 4D and 59. RGB value is (181,77,89). Sum of RGB (Red+Green+Blue) = 181+77+89=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D59 is #4AB2A6. Grayscale: #6D6D6D. Windows color (decimal): -4895399 or 5852597. OLE color: 5852597.

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

Color convert

RGB 181 77 89 -
CMYK 0 0.57 0.51 0.29
HSL 353.08º 0.41% 0.51% -
HSV(B) 353.08º 0.57% 0.71% -
XYZ 23.51 15.85 11.27 -
YUV 109.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 181 77 89 0 0.57 0.51 0.29 353.08 0.41 0.51
Hex B5 4D 59 0 39 33 1D 161 29 33
Octal 265 115 131 0 71 63 35 541 51 63
Binary 10110101 1001101 1011001 0 111001 110011 11101 101100001 101001 110011

Color Harmonies of #B54D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D59

Black with #B54D59

Text Example


Text Example

White with #B54D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D59; }

 p { color: rgb(181,77,89); }

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

background-color css

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

 a { background-color: rgb(181,77,89); }

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

border-color css

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

 span { border-color: rgb(181,77,89); }

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