#B05053

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

Shades of Hippie Pink #B05053

Tints of Hippie Pink #B05053

Color information

#B05053 (or 0xB05053) is unknown color: approx Hippie Pink. HEX triplet: B0, 50 and 53. RGB value is (176,80,83). Sum of RGB (Red+Green+Blue) = 176+80+83=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B05053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05053 is #4FAFAC. Grayscale: #6D6D6D. Windows color (decimal): -5222317 or 5460144. OLE color: 5460144.

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

Color convert

RGB1768083-
CMYK00.550.530.31
HSL358.12º37.8%50.2%-
HSV(B)358.12º54.55%69.02%-
XYZ22.3315.5910.02-
YUV109.05113.3175.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=51.92%
G=23.60%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176808300.550.530.31358.1237.850.2
HexB05053037351F1662632
Octal26012012306765375464662
Binary1011000010100001010011011011111010111111101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05053; }

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

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

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

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

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

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

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

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