Html Css Color HEX #B15759 Hippie Pink

📋 copy color: '#B15759'

red 177 ◦ green 87 ◦ blue 89

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

Shades of Hippie Pink #B15759

Tints of Hippie Pink #B15759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 50.14%
G = 24.65%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15759 (or 0xB15759) is known color: Hippie Pink. HEX triplet: B1, 57 and 59. RGB value is (177,87,89). Sum of RGB (Red+Green+Blue) = 177+87+89=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B15759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15759 is #4EA8A6. Grayscale: #727272. Windows color (decimal): -5154983 or 5855153. OLE color: 5855153.

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

Color convert

RGB 177 87 89 -
CMYK 0 0.51 0.50 0.31
HSL 358.67º 0.37% 0.52% -
HSV(B) 358.67º 0.51% 0.69% -
XYZ 23.34 16.88 11.48 -
YUV 114.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 177 87 89 0 0.51 0.50 0.31 358.67 0.37 0.52
Hex B1 57 59 0 33 32 1F 167 25 34
Octal 261 127 131 0 63 62 37 547 45 64
Binary 10110001 1010111 1011001 0 110011 110010 11111 101100111 100101 110100

Color Harmonies of #B15759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15759

Black with #B15759

Text Example


Text Example

White with #B15759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15759; }

 p { color: rgb(177,87,89); }

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

background-color css

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

 a { background-color: rgb(177,87,89); }

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

border-color css

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

 span { border-color: rgb(177,87,89); }

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