#B13F52

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

Shades of Hippie Pink #B13F52

Tints of Hippie Pink #B13F52

Color information

#B13F52 (or 0xB13F52) is unknown color: approx Hippie Pink. HEX triplet: B1, 3F and 52. RGB value is (177,63,82). Sum of RGB (Red+Green+Blue) = 177+63+82=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F52 is #4EC0AD. Grayscale: #636363. Windows color (decimal): -5161134 or 5390257. OLE color: 5390257.

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

Color convert

RGB1776382-
CMYK00.640.540.31
HSL350º47.5%47.06%-
HSV(B)350º64.41%69.41%-
XYZ21.4313.519.46-
YUV99.25118.27183.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=54.97%
G=19.57%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177638200.640.540.3135047.547.06
HexB13F52040361F15e302f
Octal26177122010066375366057
Binary1011000111111110100100100000011011011111101011110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F52; }

 p { color: rgb(177,63,82); }

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

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

 a { background-color: rgb(177,63,82); }

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

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

 span { border-color: rgb(177,63,82); }

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