Html Css Color HEX #B54B5D Hippie Pink

📋 copy color: '#B54B5D'

red 181 ◦ green 75 ◦ blue 93

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

Shades of Hippie Pink #B54B5D

Tints of Hippie Pink #B54B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 51.86%
G = 21.49%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B54B5D (or 0xB54B5D) is known color: Hippie Pink. HEX triplet: B5, 4B and 5D. RGB value is (181,75,93). Sum of RGB (Red+Green+Blue) = 181+75+93=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B5D is #4AB4A2. Grayscale: #6C6C6C. Windows color (decimal): -4895907 or 6114229. OLE color: 6114229.

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

Color convert

RGB 181 75 93 -
CMYK 0 0.59 0.49 0.29
HSL 349.81º 0.42% 0.5% -
HSV(B) 349.81º 0.59% 0.71% -
XYZ 23.55 15.65 12.13 -
YUV 108.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 181 75 93 0 0.59 0.49 0.29 349.81 0.42 0.5
Hex B5 4B 5D 0 3B 31 1D 15E 2A 32
Octal 265 113 135 0 73 61 35 536 52 62
Binary 10110101 1001011 1011101 0 111011 110001 11101 101011110 101010 110010

Color Harmonies of #B54B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B5D

Black with #B54B5D

Text Example


Text Example

White with #B54B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B5D; }

 p { color: rgb(181,75,93); }

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

background-color css

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

 a { background-color: rgb(181,75,93); }

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

border-color css

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

 span { border-color: rgb(181,75,93); }

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