Html Css Color HEX #B15359 Hippie Pink

📋 copy color: '#B15359'

red 177 ◦ green 83 ◦ blue 89

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

Shades of Hippie Pink #B15359

Tints of Hippie Pink #B15359

RGB

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

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

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

R = 50.72%
G = 23.78%
B = 25.5%

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

#B15359 (or 0xB15359) is known color: Hippie Pink. HEX triplet: B1, 53 and 59. RGB value is (177,83,89). Sum of RGB (Red+Green+Blue) = 177+83+89=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B15359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15359 is #4EACA6. Grayscale: #6F6F6F. Windows color (decimal): -5156007 or 5854129. OLE color: 5854129.

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

Color convert

RGB 177 83 89 -
CMYK 0 0.53 0.50 0.31
HSL 356.17º 0.38% 0.51% -
HSV(B) 356.17º 0.53% 0.69% -
XYZ 23.03 16.25 11.38 -
YUV 111.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 177 83 89 0 0.53 0.50 0.31 356.17 0.38 0.51
Hex B1 53 59 0 35 32 1F 164 26 33
Octal 261 123 131 0 65 62 37 544 46 63
Binary 10110001 1010011 1011001 0 110101 110010 11111 101100100 100110 110011

Color Harmonies of #B15359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15359

Black with #B15359

Text Example


Text Example

White with #B15359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15359; }

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

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

background-color css

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

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

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

border-color css

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

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

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