#B65157

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

Shades of Hippie Pink #B65157

Tints of Hippie Pink #B65157

Color information

#B65157 (or 0xB65157) is unknown color: approx Hippie Pink. HEX triplet: B6, 51 and 57. RGB value is (182,81,87). Sum of RGB (Red+Green+Blue) = 182+81+87=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65157 is #49AEA8. Grayscale: #6F6F6F. Windows color (decimal): -4828841 or 5722550. OLE color: 5722550.

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

Color convert

RGB1828187-
CMYK00.550.520.29
HSL356.44º40.89%51.57%-
HSV(B)356.44º55.49%71.37%-
XYZ23.9516.5210.94-
YUV111.88113.96178.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=52%
G=23.14%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182818700.550.520.29356.4440.8951.57
HexB65157037341D1642934
Octal26612112706764355445164
Binary1011011010100011010111011011111010011101101100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65157; }

 p { color: rgb(182,81,87); }

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

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

 a { background-color: rgb(182,81,87); }

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

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

 span { border-color: rgb(182,81,87); }

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