#B0565D

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

Shades of Hippie Pink #B0565D

Tints of Hippie Pink #B0565D

Color information

#B0565D (or 0xB0565D) is unknown color: approx Hippie Pink. HEX triplet: B0, 56 and 5D. RGB value is (176,86,93). Sum of RGB (Red+Green+Blue) = 176+86+93=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565D is #4FA9A2. Grayscale: #717171. Windows color (decimal): -5220771 or 6117040. OLE color: 6117040.

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

Color convert

RGB1768693-
CMYK00.510.470.31
HSL355.33º36.29%51.37%-
HSV(B)355.33º51.14%69.02%-
XYZ23.2116.6812.35-
YUV113.71116.32172.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=49.58%
G=24.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176869300.510.470.31355.3336.2951.37
HexB0565D0332F1F1632433
Octal26012613506357375434463
Binary1011000010101101011101011001110111111111101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0565D; }

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

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

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

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

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

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

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

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