Html Css Color HEX #B0515E Hippie Pink

📋 copy color: '#B0515E'

red 176 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #B0515E

Tints of Hippie Pink #B0515E

RGB

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

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

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

R = 50.14%
G = 23.08%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0515E (or 0xB0515E) is known color: Hippie Pink. HEX triplet: B0, 51 and 5E. RGB value is (176,81,94). Sum of RGB (Red+Green+Blue) = 176+81+94=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515E is #4FAEA1. Grayscale: #6E6E6E. Windows color (decimal): -5222050 or 6181296. OLE color: 6181296.

HSL color Cylindrical-coordinate representation of color #B0515E: hue angle of 351.79º 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 #B0515E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 94 -
CMYK 0 0.54 0.47 0.31
HSL 351.79º 0.38% 0.5% -
HSV(B) 351.79º 0.54% 0.69% -
XYZ 22.87 15.92 12.46 -
YUV 110.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 176 81 94 0 0.54 0.47 0.31 351.79 0.38 0.5
Hex B0 51 5E 0 36 2F 1F 160 26 32
Octal 260 121 136 0 66 57 37 540 46 62
Binary 10110000 1010001 1011110 0 110110 101111 11111 101100000 100110 110010

Color Harmonies of #B0515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0515E

Black with #B0515E

Text Example


Text Example

White with #B0515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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