#B0565E

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

Shades of Hippie Pink #B0565E

Tints of Hippie Pink #B0565E

Color information

#B0565E (or 0xB0565E) is unknown color: approx Hippie Pink. HEX triplet: B0, 56 and 5E. RGB value is (176,86,94). Sum of RGB (Red+Green+Blue) = 176+86+94=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565E is #4FA9A1. Grayscale: #717171. Windows color (decimal): -5220770 or 6182576. OLE color: 6182576.

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

Color convert

RGB1768694-
CMYK00.510.470.31
HSL354.67º36.29%51.37%-
HSV(B)354.67º51.14%69.02%-
XYZ23.2516.6912.59-
YUV113.82116.82172.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=49.44%
G=24.16%
B=26.40%

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
Decimal176869400.510.470.31354.6736.2951.37
HexB0565E0332F1F1632433
Octal26012613606357375434463
Binary1011000010101101011110011001110111111111101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0565E; }

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

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

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

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

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

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

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

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