#B73F5C

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

Shades of Hippie Pink #B73F5C

Tints of Hippie Pink #B73F5C

Color information

#B73F5C (or 0xB73F5C) is unknown color: approx Hippie Pink. HEX triplet: B7, 3F and 5C. RGB value is (183,63,92). Sum of RGB (Red+Green+Blue) = 183+63+92=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F5C is #48C0A3. Grayscale: #666666. Windows color (decimal): -4767908 or 6045623. OLE color: 6045623.

HSL color Cylindrical-coordinate representation of color #B73F5C: hue angle of 345.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 #B73F5C is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1836392-
CMYK00.660.500.28
HSL345.5º48.78%48.24%-
HSV(B)345.5º65.57%71.76%-
XYZ23.2414.411.68-
YUV102.19122.26185.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=54.14%
G=18.64%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183639200.660.500.28345.548.7848.24
HexB73F5C042321C15a3130
Octal26777134010262345326160
Binary1011011111111110111000100001011001011100101011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F5C; }

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

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

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

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

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

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

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

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