#B74552

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

Shades of Hippie Pink #B74552

Tints of Hippie Pink #B74552

Color information

#B74552 (or 0xB74552) is unknown color: approx Hippie Pink. HEX triplet: B7, 45 and 52. RGB value is (183,69,82). Sum of RGB (Red+Green+Blue) = 183+69+82=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74552 is #48BAAD. Grayscale: #686868. Windows color (decimal): -4766382 or 5391799. OLE color: 5391799.

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

Color convert

RGB1836982-
CMYK00.620.550.28
HSL353.16º45.24%49.41%-
HSV(B)353.16º62.3%71.76%-
XYZ23.1814.939.64-
YUV104.57115.27183.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=54.79%
G=20.66%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183698200.620.550.28353.1645.2449.41
HexB7455203E371C1612d31
Octal26710512207667345415561
Binary1011011110001011010010011111011011111100101100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74552; }

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

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

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

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

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

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

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

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