#B65455

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

Shades of Hippie Pink #B65455

Tints of Hippie Pink #B65455

Color information

#B65455 (or 0xB65455) is unknown color: approx Hippie Pink. HEX triplet: B6, 54 and 55. RGB value is (182,84,85). Sum of RGB (Red+Green+Blue) = 182+84+85=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65455 is #49ABAA. Grayscale: #717171. Windows color (decimal): -4828075 or 5592246. OLE color: 5592246.

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

Color convert

RGB1828485-
CMYK00.540.530.29
HSL359.39º40.16%52.16%-
HSV(B)359.39º53.85%71.37%-
XYZ24.116.9410.59-
YUV113.42111.97176.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=51.85%
G=23.93%
B=24.22%

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
Decimal182848500.540.530.29359.3940.1652.16
HexB65455036351D1672834
Octal26612412506665355475064
Binary1011011010101001010101011011011010111101101100111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65455; }

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

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

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

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

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

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

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

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