#B05256

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

Shades of Hippie Pink #B05256

Tints of Hippie Pink #B05256

Color information

#B05256 (or 0xB05256) is unknown color: approx Hippie Pink. HEX triplet: B0, 52 and 56. RGB value is (176,82,86). Sum of RGB (Red+Green+Blue) = 176+82+86=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B05256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05256 is #4FADA9. Grayscale: #6E6E6E. Windows color (decimal): -5221802 or 5657264. OLE color: 5657264.

HSL color Cylindrical-coordinate representation of color #B05256: hue angle of 357.45º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05256 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1768286-
CMYK00.530.510.31
HSL357.45º37.3%50.59%-
HSV(B)357.45º53.41%69.02%-
XYZ22.615.9410.69-
YUV110.56114.14174.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 86 (33.98% from 255) = 25%
R=51.16%
G=23.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176828600.530.510.31357.4537.350.59
HexB05256035331F1652533
Octal26012212606563375454563
Binary1011000010100101010110011010111001111111101100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05256; }

 p { color: rgb(176,82,86); }

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

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

 a { background-color: rgb(176,82,86); }

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

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

 span { border-color: rgb(176,82,86); }

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