#B63C56

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

Shades of Hippie Pink #B63C56

Tints of Hippie Pink #B63C56

Color information

#B63C56 (or 0xB63C56) is unknown color: approx Hippie Pink. HEX triplet: B6, 3C and 56. RGB value is (182,60,86). Sum of RGB (Red+Green+Blue) = 182+60+86=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C56 is #49C3A9. Grayscale: #636363. Windows color (decimal): -4834218 or 5651638. OLE color: 5651638.

HSL color Cylindrical-coordinate representation of color #B63C56: hue angle of 347.21º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C56 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1826086-
CMYK00.670.530.29
HSL347.21º50.41%47.45%-
HSV(B)347.21º67.03%71.37%-
XYZ22.5913.8510.29-
YUV99.44120.42186.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=55.49%
G=18.29%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182608600.670.530.29347.2150.4147.45
HexB63C56043351D15b322f
Octal26674126010365355336257
Binary1011011011110010101100100001111010111101101011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C56; }

 p { color: rgb(182,60,86); }

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

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

 a { background-color: rgb(182,60,86); }

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

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

 span { border-color: rgb(182,60,86); }

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