Html Css Color HEX #B54950 Hippie Pink

📋 copy color: '#B54950'

red 181 ◦ green 73 ◦ blue 80

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

Shades of Hippie Pink #B54950

Tints of Hippie Pink #B54950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

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

R = 54.19%
G = 21.86%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B54950 (or 0xB54950) is known color: Hippie Pink. HEX triplet: B5, 49 and 50. RGB value is (181,73,80). Sum of RGB (Red+Green+Blue) = 181+73+80=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54950 is #4AB6AF. Grayscale: #6A6A6A. Windows color (decimal): -4896432 or 5261749. OLE color: 5261749.

HSL color Cylindrical-coordinate representation of color #B54950: hue angle of 356.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54950 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 80 -
CMYK 0 0.60 0.56 0.29
HSL 356.11º 0.43% 0.5% -
HSV(B) 356.11º 0.6% 0.71% -
XYZ 22.89 15.17 9.31 -
YUV 106.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 181 73 80 0 0.60 0.56 0.29 356.11 0.43 0.5
Hex B5 49 50 0 3C 38 1D 164 2B 32
Octal 265 111 120 0 74 70 35 544 53 62
Binary 10110101 1001001 1010000 0 111100 111000 11101 101100100 101011 110010

Color Harmonies of #B54950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54950

Black with #B54950

Text Example


Text Example

White with #B54950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54950; }

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

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

background-color css

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

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

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

border-color css

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

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

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