#B05456

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

Shades of Hippie Pink #B05456

Tints of Hippie Pink #B05456

Color information

#B05456 (or 0xB05456) is unknown color: approx Hippie Pink. HEX triplet: B0, 54 and 56. RGB value is (176,84,86). Sum of RGB (Red+Green+Blue) = 176+84+86=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05456 is #4FABA9. Grayscale: #6F6F6F. Windows color (decimal): -5221290 or 5657776. OLE color: 5657776.

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

Color convert

RGB1768486-
CMYK00.520.510.31
HSL358.7º36.8%50.98%-
HSV(B)358.7º52.27%69.02%-
XYZ22.7516.2410.74-
YUV111.74113.48173.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=50.87%
G=24.28%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176848600.520.510.31358.736.850.98
HexB05456034331F1672533
Octal26012412606463375474563
Binary1011000010101001010110011010011001111111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05456; }

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

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

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

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

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

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

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

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