#B85358

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

Shades of Hippie Pink #B85358

Tints of Hippie Pink #B85358

Color information

#B85358 (or 0xB85358) is unknown color: approx Hippie Pink. HEX triplet: B8, 53 and 58. RGB value is (184,83,88). Sum of RGB (Red+Green+Blue) = 184+83+88=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85358 is #47ACA7. Grayscale: #717171. Windows color (decimal): -4697256 or 5788600. OLE color: 5788600.

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

Color convert

RGB1848388-
CMYK00.550.520.28
HSL357.03º41.56%52.35%-
HSV(B)357.03º54.89%72.16%-
XYZ24.6217.0811.23-
YUV113.77113.46178.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=51.83%
G=23.38%
B=24.79%

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
Decimal184838800.550.520.28357.0341.5652.35
HexB85358037341C1652a34
Octal27012313006764345455264
Binary1011100010100111011000011011111010011100101100101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85358; }

 p { color: rgb(184,83,88); }

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

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

 a { background-color: rgb(184,83,88); }

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

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

 span { border-color: rgb(184,83,88); }

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