Html Css Color HEX #B54E50 Hippie Pink

📋 copy color: '#B54E50'

red 181 ◦ green 78 ◦ blue 80

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

Shades of Hippie Pink #B54E50

Tints of Hippie Pink #B54E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 53.39%
G = 23.01%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B54E50 (or 0xB54E50) is known color: Hippie Pink. HEX triplet: B5, 4E and 50. RGB value is (181,78,80). Sum of RGB (Red+Green+Blue) = 181+78+80=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E50 is #4AB1AF. Grayscale: #6D6D6D. Windows color (decimal): -4895152 or 5263029. OLE color: 5263029.

HSL color Cylindrical-coordinate representation of color #B54E50: hue angle of 358.83º 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 #B54E50 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 78 80 -
CMYK 0 0.57 0.56 0.29
HSL 358.84º 0.41% 0.51% -
HSV(B) 358.84º 0.57% 0.71% -
XYZ 23.23 15.85 9.42 -
YUV 109.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 181 78 80 0 0.57 0.56 0.29 358.84 0.41 0.51
Hex B5 4E 50 0 39 38 1D 167 29 33
Octal 265 116 120 0 71 70 35 547 51 63
Binary 10110101 1001110 1010000 0 111001 111000 11101 101100111 101001 110011

Color Harmonies of #B54E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54E50

Black with #B54E50

Text Example


Text Example

White with #B54E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54E50; }

 p { color: rgb(181,78,80); }

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

background-color css

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

 a { background-color: rgb(181,78,80); }

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

border-color css

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

 span { border-color: rgb(181,78,80); }

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