#B65859

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

Shades of Hippie Pink #B65859

Tints of Hippie Pink #B65859

Color information

#B65859 (or 0xB65859) is unknown color: approx Hippie Pink. HEX triplet: B6, 58 and 59. RGB value is (182,88,89). Sum of RGB (Red+Green+Blue) = 182+88+89=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B65859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65859 is #49A7A6. Grayscale: #747474. Windows color (decimal): -4827047 or 5855414. OLE color: 5855414.

HSL color Cylindrical-coordinate representation of color #B65859: hue angle of 359.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65859 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1828889-
CMYK00.520.510.29
HSL359.36º39.17%52.94%-
HSV(B)359.36º51.65%71.37%-
XYZ24.5817.6511.56-
YUV116.22112.64174.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=50.70%
G=24.51%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182888900.520.510.29359.3639.1752.94
HexB65859034331D1672735
Octal26613013106463355474765
Binary1011011010110001011001011010011001111101101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65859; }

 p { color: rgb(182,88,89); }

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

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

 a { background-color: rgb(182,88,89); }

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

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

 span { border-color: rgb(182,88,89); }

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