#B65259

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

Shades of Hippie Pink #B65259

Tints of Hippie Pink #B65259

Color information

#B65259 (or 0xB65259) is unknown color: approx Hippie Pink. HEX triplet: B6, 52 and 59. RGB value is (182,82,89). Sum of RGB (Red+Green+Blue) = 182+82+89=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B65259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65259 is #49ADA6. Grayscale: #707070. Windows color (decimal): -4828583 or 5853878. OLE color: 5853878.

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

Color convert

RGB1828289-
CMYK00.550.510.29
HSL355.8º40.65%51.76%-
HSV(B)355.8º54.95%71.37%-
XYZ24.1116.711.4-
YUV112.7114.63177.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=51.56%
G=23.23%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182828900.550.510.29355.840.6551.76
HexB65259037331D1642934
Octal26612213106763355445164
Binary1011011010100101011001011011111001111101101100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65259; }

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

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

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

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

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

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

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

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