Html Css Color HEX #B54D51 Hippie Pink

📋 copy color: '#B54D51'

red 181 ◦ green 77 ◦ blue 81

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

Shades of Hippie Pink #B54D51

Tints of Hippie Pink #B54D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 53.39%
G = 22.71%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B54D51 (or 0xB54D51) is known color: Hippie Pink. HEX triplet: B5, 4D and 51. RGB value is (181,77,81). Sum of RGB (Red+Green+Blue) = 181+77+81=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D51 is #4AB2AE. Grayscale: #6C6C6C. Windows color (decimal): -4895407 or 5328309. OLE color: 5328309.

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

Color convert

RGB 181 77 81 -
CMYK 0 0.57 0.55 0.29
HSL 357.69º 0.41% 0.51% -
HSV(B) 357.69º 0.57% 0.71% -
XYZ 23.2 15.73 9.6 -
YUV 108.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 181 77 81 0 0.57 0.55 0.29 357.69 0.41 0.51
Hex B5 4D 51 0 39 37 1D 166 29 33
Octal 265 115 121 0 71 67 35 546 51 63
Binary 10110101 1001101 1010001 0 111001 110111 11101 101100110 101001 110011

Color Harmonies of #B54D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D51

Black with #B54D51

Text Example


Text Example

White with #B54D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D51; }

 p { color: rgb(181,77,81); }

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

background-color css

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

 a { background-color: rgb(181,77,81); }

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

border-color css

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

 span { border-color: rgb(181,77,81); }

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