#B65255

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

Shades of Hippie Pink #B65255

Tints of Hippie Pink #B65255

Color information

#B65255 (or 0xB65255) is unknown color: approx Hippie Pink. HEX triplet: B6, 52 and 55. RGB value is (182,82,85). Sum of RGB (Red+Green+Blue) = 182+82+85=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B65255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65255 is #49ADAA. Grayscale: #707070. Windows color (decimal): -4828587 or 5591734. OLE color: 5591734.

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

Color convert

RGB1828285-
CMYK00.550.530.29
HSL358.2º40.65%51.76%-
HSV(B)358.2º54.95%71.37%-
XYZ23.9516.6410.54-
YUV112.24112.63177.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=52.15%
G=23.50%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182828500.550.530.29358.240.6551.76
HexB65255037351D1662934
Octal26612212506765355465164
Binary1011011010100101010101011011111010111101101100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65255; }

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

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

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

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

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

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

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

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