#B73E58

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

Shades of Hippie Pink #B73E58

Tints of Hippie Pink #B73E58

Color information

#B73E58 (or 0xB73E58) is unknown color: approx Hippie Pink. HEX triplet: B7, 3E and 58. RGB value is (183,62,88). Sum of RGB (Red+Green+Blue) = 183+62+88=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E58 is #48C1A7. Grayscale: #656565. Windows color (decimal): -4768168 or 5783223. OLE color: 5783223.

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

Color convert

RGB1836288-
CMYK00.660.520.28
HSL347.11º49.39%48.04%-
HSV(B)347.11º66.12%71.76%-
XYZ23.0114.2210.76-
YUV101.14120.59186.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=54.95%
G=18.62%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183628800.660.520.28347.1149.3948.04
HexB73E58042341C15b3130
Octal26776130010264345336160
Binary1011011111111010110000100001011010011100101011011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E58; }

 p { color: rgb(183,62,88); }

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

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

 a { background-color: rgb(183,62,88); }

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

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

 span { border-color: rgb(183,62,88); }

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