#B65054

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

Shades of Hippie Pink #B65054

Tints of Hippie Pink #B65054

Color information

#B65054 (or 0xB65054) is unknown color: approx Hippie Pink. HEX triplet: B6, 50 and 54. RGB value is (182,80,84). Sum of RGB (Red+Green+Blue) = 182+80+84=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B65054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65054 is #49AFAB. Grayscale: #6F6F6F. Windows color (decimal): -4829100 or 5525686. OLE color: 5525686.

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

Color convert

RGB1828084-
CMYK00.560.540.29
HSL357.65º41.13%51.37%-
HSV(B)357.65º56.04%71.37%-
XYZ23.7616.3210.29-
YUV110.95112.79178.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=52.60%
G=23.12%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182808400.560.540.29357.6541.1351.37
HexB65054038361D1662933
Octal26612012407066355465163
Binary1011011010100001010100011100011011011101101100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65054; }

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

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

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

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

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

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

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

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