Html Css Color HEX #B0515A Hippie Pink

📋 copy color: '#B0515A'

red 176 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #B0515A

Tints of Hippie Pink #B0515A

RGB

 RED value IS 176 (69.14% from 255) = 50.72%

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 50.72%
G = 23.34%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0515A (or 0xB0515A) is known color: Hippie Pink. HEX triplet: B0, 51 and 5A. RGB value is (176,81,90). Sum of RGB (Red+Green+Blue) = 176+81+90=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515A is #4FAEA5. Grayscale: #6E6E6E. Windows color (decimal): -5222054 or 5919152. OLE color: 5919152.

HSL color Cylindrical-coordinate representation of color #B0515A: hue angle of 354.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0515A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 90 -
CMYK 0 0.54 0.49 0.31
HSL 354.32º 0.38% 0.5% -
HSV(B) 354.32º 0.54% 0.69% -
XYZ 22.69 15.85 11.54 -
YUV 110.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 176 81 90 0 0.54 0.49 0.31 354.32 0.38 0.5
Hex B0 51 5A 0 36 31 1F 162 26 32
Octal 260 121 132 0 66 61 37 542 46 62
Binary 10110000 1010001 1011010 0 110110 110001 11111 101100010 100110 110010

Color Harmonies of #B0515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0515A

Black with #B0515A

Text Example


Text Example

White with #B0515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0515A; }

 p { color: rgb(176,81,90); }

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

background-color css

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

 a { background-color: rgb(176,81,90); }

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

border-color css

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

 span { border-color: rgb(176,81,90); }

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