#B75157

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

Shades of Hippie Pink #B75157

Tints of Hippie Pink #B75157

Color information

#B75157 (or 0xB75157) is unknown color: approx Hippie Pink. HEX triplet: B7, 51 and 57. RGB value is (183,81,87). Sum of RGB (Red+Green+Blue) = 183+81+87=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B75157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75157 is #48AEA8. Grayscale: #707070. Windows color (decimal): -4763305 or 5722551. OLE color: 5722551.

HSL color Cylindrical-coordinate representation of color #B75157: hue angle of 356.47º 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 #B75157 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1838187-
CMYK00.560.520.28
HSL356.47º41.46%51.76%-
HSV(B)356.47º55.74%71.76%-
XYZ24.1916.6410.95-
YUV112.18113.79178.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=52.14%
G=23.08%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183818700.560.520.28356.4741.4651.76
HexB75157038341C1642934
Octal26712112707064345445164
Binary1011011110100011010111011100011010011100101100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75157; }

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

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

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

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

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

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

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

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