#B75258

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

Shades of Hippie Pink #B75258

Tints of Hippie Pink #B75258

Color information

#B75258 (or 0xB75258) is unknown color: approx Hippie Pink. HEX triplet: B7, 52 and 58. RGB value is (183,82,88). Sum of RGB (Red+Green+Blue) = 183+82+88=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75258 is #48ADA7. Grayscale: #707070. Windows color (decimal): -4763048 or 5788343. OLE color: 5788343.

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

Color convert

RGB1838288-
CMYK00.550.520.28
HSL356.44º41.22%51.96%-
HSV(B)356.44º55.19%71.76%-
XYZ24.3116.8111.2-
YUV112.88113.96178.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=51.84%
G=23.23%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183828800.550.520.28356.4441.2251.96
HexB75258037341C1642934
Octal26712213006764345445164
Binary1011011110100101011000011011111010011100101100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75258; }

 p { color: rgb(183,82,88); }

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

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

 a { background-color: rgb(183,82,88); }

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

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

 span { border-color: rgb(183,82,88); }

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