#B65056

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

Shades of Hippie Pink #B65056

Tints of Hippie Pink #B65056

Color information

#B65056 (or 0xB65056) is unknown color: approx Hippie Pink. HEX triplet: B6, 50 and 56. RGB value is (182,80,86). Sum of RGB (Red+Green+Blue) = 182+80+86=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65056 is #49AFA9. Grayscale: #6F6F6F. Windows color (decimal): -4829098 or 5656758. OLE color: 5656758.

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

Color convert

RGB1828086-
CMYK00.560.530.29
HSL356.47º41.13%51.37%-
HSV(B)356.47º56.04%71.37%-
XYZ23.8416.3510.7-
YUV111.18113.79178.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=52.30%
G=22.99%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182808600.560.530.29356.4741.1351.37
HexB65056038351D1642933
Octal26612012607065355445163
Binary1011011010100001010110011100011010111101101100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65056; }

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

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

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

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

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

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

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

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