#B74859

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

Shades of Hippie Pink #B74859

Tints of Hippie Pink #B74859

Color information

#B74859 (or 0xB74859) is unknown color: approx Hippie Pink. HEX triplet: B7, 48 and 59. RGB value is (183,72,89). Sum of RGB (Red+Green+Blue) = 183+72+89=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B74859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74859 is #48B7A6. Grayscale: #6B6B6B. Windows color (decimal): -4765607 or 5851319. OLE color: 5851319.

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

Color convert

RGB1837289-
CMYK00.610.510.28
HSL350.81º43.53%50%-
HSV(B)350.81º60.66%71.76%-
XYZ23.6515.4211.18-
YUV107.13117.77182.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=53.20%
G=20.93%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183728900.610.510.28350.8143.5350
HexB7485903D331C15f2c32
Octal26711013107563345375462
Binary1011011110010001011001011110111001111100101011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74859; }

 p { color: rgb(183,72,89); }

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

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

 a { background-color: rgb(183,72,89); }

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

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

 span { border-color: rgb(183,72,89); }

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