#B74555

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

Shades of Hippie Pink #B74555

Tints of Hippie Pink #B74555

Color information

#B74555 (or 0xB74555) is unknown color: approx Hippie Pink. HEX triplet: B7, 45 and 55. RGB value is (183,69,85). Sum of RGB (Red+Green+Blue) = 183+69+85=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74555 is #48BAAA. Grayscale: #686868. Windows color (decimal): -4766379 or 5588407. OLE color: 5588407.

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

Color convert

RGB1836985-
CMYK00.620.540.28
HSL351.58º45.24%49.41%-
HSV(B)351.58º62.3%71.76%-
XYZ23.314.9810.26-
YUV104.91116.77183.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=54.30%
G=20.47%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183698500.620.540.28351.5845.2449.41
HexB7455503E361C1602d31
Octal26710512507666345405561
Binary1011011110001011010101011111011011011100101100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74555; }

 p { color: rgb(183,69,85); }

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

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

 a { background-color: rgb(183,69,85); }

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

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

 span { border-color: rgb(183,69,85); }

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