#B73F5A

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

Shades of Hippie Pink #B73F5A

Tints of Hippie Pink #B73F5A

Color information

#B73F5A (or 0xB73F5A) is unknown color: approx Hippie Pink. HEX triplet: B7, 3F and 5A. RGB value is (183,63,90). Sum of RGB (Red+Green+Blue) = 183+63+90=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F5A is #48C0A5. Grayscale: #656565. Windows color (decimal): -4767910 or 5914551. OLE color: 5914551.

HSL color Cylindrical-coordinate representation of color #B73F5A: hue angle of 346.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F5A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1836390-
CMYK00.660.510.28
HSL346.5º48.78%48.24%-
HSV(B)346.5º65.57%71.76%-
XYZ23.1514.3611.22-
YUV101.96121.26185.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=54.46%
G=18.75%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183639000.660.510.28346.548.7848.24
HexB73F5A042331C15a3130
Octal26777132010263345326160
Binary1011011111111110110100100001011001111100101011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F5A; }

 p { color: rgb(183,63,90); }

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

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

 a { background-color: rgb(183,63,90); }

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

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

 span { border-color: rgb(183,63,90); }

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