Html Css Color HEX #B15558 Hippie Pink

📋 copy color: '#B15558'

red 177 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #B15558

Tints of Hippie Pink #B15558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 50.57%
G = 24.29%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15558 (or 0xB15558) is known color: Hippie Pink. HEX triplet: B1, 55 and 58. RGB value is (177,85,88). Sum of RGB (Red+Green+Blue) = 177+85+88=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15558 is #4EAAA7. Grayscale: #707070. Windows color (decimal): -5155496 or 5789105. OLE color: 5789105.

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

Color convert

RGB 177 85 88 -
CMYK 0 0.52 0.50 0.31
HSL 358.04º 0.37% 0.51% -
HSV(B) 358.04º 0.52% 0.69% -
XYZ 23.14 16.55 11.21 -
YUV 112.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 177 85 88 0 0.52 0.50 0.31 358.04 0.37 0.51
Hex B1 55 58 0 34 32 1F 166 25 33
Octal 261 125 130 0 64 62 37 546 45 63
Binary 10110001 1010101 1011000 0 110100 110010 11111 101100110 100101 110011

Color Harmonies of #B15558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15558

Black with #B15558

Text Example


Text Example

White with #B15558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15558; }

 p { color: rgb(177,85,88); }

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

background-color css

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

 a { background-color: rgb(177,85,88); }

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

border-color css

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

 span { border-color: rgb(177,85,88); }

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