#B75159

Color #B75159 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B75159

Tints of Hippie Pink #B75159

Color information

#B75159 (or 0xB75159) is unknown color: approx Hippie Pink. HEX triplet: B7, 51 and 59. RGB value is (183,81,89). Sum of RGB (Red+Green+Blue) = 183+81+89=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75159 is #48AEA6. Grayscale: #707070. Windows color (decimal): -4763303 or 5853623. OLE color: 5853623.

HSL color Cylindrical-coordinate representation of color #B75159: hue angle of 355.29º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75159 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1838189-
CMYK00.560.510.28
HSL355.29º41.46%51.76%-
HSV(B)355.29º55.74%71.76%-
XYZ24.2716.6711.39-
YUV112.41114.79178.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=51.84%
G=22.95%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183818900.560.510.28355.2941.4651.76
HexB75159038331C1632934
Octal26712113107063345435164
Binary1011011110100011011001011100011001111100101100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75159; }

 p { color: rgb(183,81,89); }

 H1.HeaderClassName
 {
   color: #B75159;
 }
 .AnyTagClassName
 {
   color: #B75159;
 }
</style>
background-color css

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

 a { background-color: rgb(183,81,89); }

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

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

 span { border-color: rgb(183,81,89); }

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