Html Css Color HEX #B15259 Hippie Pink

📋 copy color: '#B15259'

red 177 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #B15259

Tints of Hippie Pink #B15259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 50.86%
G = 23.56%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15259 (or 0xB15259) is known color: Hippie Pink. HEX triplet: B1, 52 and 59. RGB value is (177,82,89). Sum of RGB (Red+Green+Blue) = 177+82+89=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15259 is #4EADA6. Grayscale: #6F6F6F. Windows color (decimal): -5156263 or 5853873. OLE color: 5853873.

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

Color convert

RGB 177 82 89 -
CMYK 0 0.54 0.50 0.31
HSL 355.58º 0.38% 0.51% -
HSV(B) 355.58º 0.54% 0.69% -
XYZ 22.95 16.1 11.35 -
YUV 111.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 177 82 89 0 0.54 0.50 0.31 355.58 0.38 0.51
Hex B1 52 59 0 36 32 1F 164 26 33
Octal 261 122 131 0 66 62 37 544 46 63
Binary 10110001 1010010 1011001 0 110110 110010 11111 101100100 100110 110011

Color Harmonies of #B15259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15259

Black with #B15259

Text Example


Text Example

White with #B15259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15259; }

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

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

background-color css

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

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

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

border-color css

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

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

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