#B05355

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

Shades of Hippie Pink #B05355

Tints of Hippie Pink #B05355

Color information

#B05355 (or 0xB05355) is unknown color: approx Hippie Pink. HEX triplet: B0, 53 and 55. RGB value is (176,83,85). Sum of RGB (Red+Green+Blue) = 176+83+85=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B05355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05355 is #4FACAA. Grayscale: #6F6F6F. Windows color (decimal): -5221547 or 5591984. OLE color: 5591984.

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

Color convert

RGB1768385-
CMYK00.530.520.31
HSL358.71º37.05%50.78%-
HSV(B)358.71º52.84%69.02%-
XYZ22.6416.0710.5-
YUV111.04113.31174.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=51.16%
G=24.13%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176838500.530.520.31358.7137.0550.78
HexB05355035341F1672533
Octal26012312506564375474563
Binary1011000010100111010101011010111010011111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05355; }

 p { color: rgb(176,83,85); }

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

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

 a { background-color: rgb(176,83,85); }

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

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

 span { border-color: rgb(176,83,85); }

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