#b05253

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

Shades of Hippie Pink #B05253

Tints of Hippie Pink #B05253

Color information

#B05253 (or 0xB05253) is unknown color: approx Hippie Pink. HEX triplet: B0, 52 and 53. RGB value is (176,82,83). Sum of RGB (Red+Green+Blue) = 176+82+83=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B05253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05253 is #4FADAC. Grayscale: #6E6E6E. Windows color (decimal): -5221805 or 5460656. OLE color: 5460656.

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

Color convert

RGB1768283-
CMYK00.530.530.31
HSL359.36º37.3%50.59%-
HSV(B)359.36º53.41%69.02%-
XYZ22.4815.8910.07-
YUV110.22112.64174.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=51.61%
G=24.05%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176828300.530.530.31359.3637.350.59
HexB05253035351F1672533
Octal26012212306565375474563
Binary1011000010100101010011011010111010111111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05253; }

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

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

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

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

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

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

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

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