Html Css Color HEX #B54859 Hippie Pink

📋 copy color: '#B54859'

red 181 ◦ green 72 ◦ blue 89

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

Shades of Hippie Pink #B54859

Tints of Hippie Pink #B54859

RGB

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

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

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

R = 52.92%
G = 21.05%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B54859 (or 0xB54859) is known color: Hippie Pink. HEX triplet: B5, 48 and 59. RGB value is (181,72,89). Sum of RGB (Red+Green+Blue) = 181+72+89=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B54859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54859 is #4AB7A6. Grayscale: #6A6A6A. Windows color (decimal): -4896679 or 5851317. OLE color: 5851317.

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

Color convert

RGB 181 72 89 -
CMYK 0 0.60 0.51 0.29
HSL 350.64º 0.43% 0.5% -
HSV(B) 350.64º 0.6% 0.71% -
XYZ 23.18 15.18 11.16 -
YUV 106.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 181 72 89 0 0.60 0.51 0.29 350.64 0.43 0.5
Hex B5 48 59 0 3C 33 1D 15F 2B 32
Octal 265 110 131 0 74 63 35 537 53 62
Binary 10110101 1001000 1011001 0 111100 110011 11101 101011111 101011 110010

Color Harmonies of #B54859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54859

Black with #B54859

Text Example


Text Example

White with #B54859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54859; }

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

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

background-color css

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

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

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

border-color css

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

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

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