#B65456

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

Shades of Hippie Pink #B65456

Tints of Hippie Pink #B65456

Color information

#B65456 (or 0xB65456) is unknown color: approx Hippie Pink. HEX triplet: B6, 54 and 56. RGB value is (182,84,86). Sum of RGB (Red+Green+Blue) = 182+84+86=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65456 is #49ABA9. Grayscale: #717171. Windows color (decimal): -4828074 or 5657782. OLE color: 5657782.

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

Color convert

RGB1828486-
CMYK00.540.530.29
HSL358.78º40.16%52.16%-
HSV(B)358.78º53.85%71.37%-
XYZ24.1416.9610.8-
YUV113.53112.47176.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=51.70%
G=23.86%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182848600.540.530.29358.7840.1652.16
HexB65456036351D1672834
Octal26612412606665355475064
Binary1011011010101001010110011011011010111101101100111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65456; }

 p { color: rgb(182,84,86); }

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

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

 a { background-color: rgb(182,84,86); }

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

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

 span { border-color: rgb(182,84,86); }

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