Html Css Color HEX #B1515A Hippie Pink

📋 copy color: '#B1515A'

red 177 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #B1515A

Tints of Hippie Pink #B1515A

RGB

 RED value IS 177 (69.53% from 255) = 50.86%

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

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

R = 50.86%
G = 23.28%
B = 25.86%

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

#B1515A (or 0xB1515A) is known color: Hippie Pink. HEX triplet: B1, 51 and 5A. RGB value is (177,81,90). Sum of RGB (Red+Green+Blue) = 177+81+90=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515A is #4EAEA5. Grayscale: #6E6E6E. Windows color (decimal): -5156518 or 5919153. OLE color: 5919153.

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

Color convert

RGB 177 81 90 -
CMYK 0 0.54 0.49 0.31
HSL 354.38º 0.38% 0.51% -
HSV(B) 354.38º 0.54% 0.69% -
XYZ 22.92 15.97 11.55 -
YUV 110.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 177 81 90 0 0.54 0.49 0.31 354.38 0.38 0.51
Hex B1 51 5A 0 36 31 1F 162 26 33
Octal 261 121 132 0 66 61 37 542 46 63
Binary 10110001 1010001 1011010 0 110110 110001 11111 101100010 100110 110011

Color Harmonies of #B1515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1515A

Black with #B1515A

Text Example


Text Example

White with #B1515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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