#B13E53

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

Shades of Hippie Pink #B13E53

Tints of Hippie Pink #B13E53

Color information

#B13E53 (or 0xB13E53) is unknown color: approx Hippie Pink. HEX triplet: B1, 3E and 53. RGB value is (177,62,83). Sum of RGB (Red+Green+Blue) = 177+62+83=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E53 is #4EC1AC. Grayscale: #626262. Windows color (decimal): -5161389 or 5455537. OLE color: 5455537.

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

Color convert

RGB1776283-
CMYK00.650.530.31
HSL349.04º48.12%46.86%-
HSV(B)349.04º64.97%69.41%-
XYZ21.4213.429.64-
YUV98.78119.1183.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=54.97%
G=19.25%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177628300.650.530.31349.0448.1246.86
HexB13E53041351F15d302f
Octal26176123010165375356057
Binary1011000111111010100110100000111010111111101011101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E53; }

 p { color: rgb(177,62,83); }

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

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

 a { background-color: rgb(177,62,83); }

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

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

 span { border-color: rgb(177,62,83); }

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