#B74554

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

Shades of Hippie Pink #B74554

Tints of Hippie Pink #B74554

Color information

#B74554 (or 0xB74554) is unknown color: approx Hippie Pink. HEX triplet: B7, 45 and 54. RGB value is (183,69,84). Sum of RGB (Red+Green+Blue) = 183+69+84=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74554 is #48BAAB. Grayscale: #686868. Windows color (decimal): -4766380 or 5522871. OLE color: 5522871.

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

Color convert

RGB1836984-
CMYK00.620.540.28
HSL352.11º45.24%49.41%-
HSV(B)352.11º62.3%71.76%-
XYZ23.2614.9610.05-
YUV104.8116.27183.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 84 (33.20% from 255) = 25%
R=54.46%
G=20.54%
B=25%

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
Decimal183698400.620.540.28352.1145.2449.41
HexB7455403E361C1602d31
Octal26710512407666345405561
Binary1011011110001011010100011111011011011100101100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74554; }

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

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

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

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

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

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

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

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