Html Css Color HEX #B0515B Hippie Pink

📋 copy color: '#B0515B'

red 176 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #B0515B

Tints of Hippie Pink #B0515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 50.57%
G = 23.28%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0515B (or 0xB0515B) is known color: Hippie Pink. HEX triplet: B0, 51 and 5B. RGB value is (176,81,91). Sum of RGB (Red+Green+Blue) = 176+81+91=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515B is #4FAEA4. Grayscale: #6E6E6E. Windows color (decimal): -5222053 or 5984688. OLE color: 5984688.

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

Color convert

RGB 176 81 91 -
CMYK 0 0.54 0.48 0.31
HSL 353.68º 0.38% 0.5% -
HSV(B) 353.68º 0.54% 0.69% -
XYZ 22.74 15.87 11.76 -
YUV 110.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 176 81 91 0 0.54 0.48 0.31 353.68 0.38 0.5
Hex B0 51 5B 0 36 30 1F 162 26 32
Octal 260 121 133 0 66 60 37 542 46 62
Binary 10110000 1010001 1011011 0 110110 110000 11111 101100010 100110 110010

Color Harmonies of #B0515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0515B

Black with #B0515B

Text Example


Text Example

White with #B0515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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