Html Css Color HEX #B54555 Hippie Pink

📋 copy color: '#B54555'

red 181 ◦ green 69 ◦ blue 85

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

Shades of Hippie Pink #B54555

Tints of Hippie Pink #B54555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 54.03%
G = 20.6%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B54555 (or 0xB54555) is known color: Hippie Pink. HEX triplet: B5, 45 and 55. RGB value is (181,69,85). Sum of RGB (Red+Green+Blue) = 181+69+85=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B54555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54555 is #4ABAAA. Grayscale: #686868. Windows color (decimal): -4897451 or 5588405. OLE color: 5588405.

HSL color Cylindrical-coordinate representation of color #B54555: hue angle of 351.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54555 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 85 -
CMYK 0 0.62 0.53 0.29
HSL 351.43º 0.45% 0.49% -
HSV(B) 351.43º 0.62% 0.71% -
XYZ 22.82 14.74 10.24 -
YUV 104.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 181 69 85 0 0.62 0.53 0.29 351.43 0.45 0.49
Hex B5 45 55 0 3E 35 1D 15F 2D 31
Octal 265 105 125 0 76 65 35 537 55 61
Binary 10110101 1000101 1010101 0 111110 110101 11101 101011111 101101 110001

Color Harmonies of #B54555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54555

Black with #B54555

Text Example


Text Example

White with #B54555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54555; }

 p { color: rgb(181,69,85); }

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

background-color css

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

 a { background-color: rgb(181,69,85); }

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

border-color css

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

 span { border-color: rgb(181,69,85); }

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