#B75659

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

Shades of Hippie Pink #B75659

Tints of Hippie Pink #B75659

Color information

#B75659 (or 0xB75659) is unknown color: approx Hippie Pink. HEX triplet: B7, 56 and 59. RGB value is (183,86,89). Sum of RGB (Red+Green+Blue) = 183+86+89=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B75659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75659 is #48A9A6. Grayscale: #737373. Windows color (decimal): -4762023 or 5854903. OLE color: 5854903.

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

Color convert

RGB1838689-
CMYK00.530.510.28
HSL358.14º40.25%52.75%-
HSV(B)358.14º53.01%71.76%-
XYZ24.6617.4411.52-
YUV115.34113.14176.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=51.12%
G=24.02%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183868900.530.510.28358.1440.2552.75
HexB75659035331C1662835
Octal26712613106563345465065
Binary1011011110101101011001011010111001111100101100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75659; }

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

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

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

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

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

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

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

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