Html Css Color HEX #B15358 Hippie Pink

📋 copy color: '#B15358'

red 177 ◦ green 83 ◦ blue 88

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

Shades of Hippie Pink #B15358

Tints of Hippie Pink #B15358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 50.86%
G = 23.85%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15358 (or 0xB15358) is known color: Hippie Pink. HEX triplet: B1, 53 and 58. RGB value is (177,83,88). Sum of RGB (Red+Green+Blue) = 177+83+88=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15358 is #4EACA7. Grayscale: #6F6F6F. Windows color (decimal): -5156008 or 5788593. OLE color: 5788593.

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

Color convert

RGB 177 83 88 -
CMYK 0 0.53 0.50 0.31
HSL 356.81º 0.38% 0.51% -
HSV(B) 356.81º 0.53% 0.69% -
XYZ 22.99 16.24 11.16 -
YUV 111.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 177 83 88 0 0.53 0.50 0.31 356.81 0.38 0.51
Hex B1 53 58 0 35 32 1F 165 26 33
Octal 261 123 130 0 65 62 37 545 46 63
Binary 10110001 1010011 1011000 0 110101 110010 11111 101100101 100110 110011

Color Harmonies of #B15358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15358

Black with #B15358

Text Example


Text Example

White with #B15358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15358; }

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

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

background-color css

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

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

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

border-color css

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

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

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