Html Css Color HEX #B54A5E Hippie Pink

📋 copy color: '#B54A5E'

red 181 ◦ green 74 ◦ blue 94

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

Shades of Hippie Pink #B54A5E

Tints of Hippie Pink #B54A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 51.86%
G = 21.2%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B54A5E (or 0xB54A5E) is known color: Hippie Pink. HEX triplet: B5, 4A and 5E. RGB value is (181,74,94). Sum of RGB (Red+Green+Blue) = 181+74+94=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A5E is #4AB5A1. Grayscale: #6C6C6C. Windows color (decimal): -4896162 or 6179509. OLE color: 6179509.

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

Color convert

RGB 181 74 94 -
CMYK 0 0.59 0.48 0.29
HSL 348.79º 0.42% 0.5% -
HSV(B) 348.79º 0.59% 0.71% -
XYZ 23.53 15.53 12.35 -
YUV 108.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 181 74 94 0 0.59 0.48 0.29 348.79 0.42 0.5
Hex B5 4A 5E 0 3B 30 1D 15D 2A 32
Octal 265 112 136 0 73 60 35 535 52 62
Binary 10110101 1001010 1011110 0 111011 110000 11101 101011101 101010 110010

Color Harmonies of #B54A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A5E

Black with #B54A5E

Text Example


Text Example

White with #B54A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A5E; }

 p { color: rgb(181,74,94); }

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

background-color css

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

 a { background-color: rgb(181,74,94); }

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

border-color css

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

 span { border-color: rgb(181,74,94); }

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