#B74454

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

Shades of Hippie Pink #B74454

Tints of Hippie Pink #B74454

Color information

#B74454 (or 0xB74454) is unknown color: approx Hippie Pink. HEX triplet: B7, 44 and 54. RGB value is (183,68,84). Sum of RGB (Red+Green+Blue) = 183+68+84=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74454 is #48BBAB. Grayscale: #686868. Windows color (decimal): -4766636 or 5522615. OLE color: 5522615.

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

Color convert

RGB1836884-
CMYK00.630.540.28
HSL351.65º45.82%49.22%-
HSV(B)351.65º62.84%71.76%-
XYZ23.214.8410.03-
YUV104.21116.6184.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=54.63%
G=20.30%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183688400.630.540.28351.6545.8249.22
HexB7445403F361C1602e31
Octal26710412407766345405661
Binary1011011110001001010100011111111011011100101100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74454; }

 p { color: rgb(183,68,84); }

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

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

 a { background-color: rgb(183,68,84); }

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

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

 span { border-color: rgb(183,68,84); }

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