#B74553

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

Shades of Hippie Pink #B74553

Tints of Hippie Pink #B74553

Color information

#B74553 (or 0xB74553) is unknown color: approx Hippie Pink. HEX triplet: B7, 45 and 53. RGB value is (183,69,83). Sum of RGB (Red+Green+Blue) = 183+69+83=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74553 is #48BAAC. Grayscale: #686868. Windows color (decimal): -4766381 or 5457335. OLE color: 5457335.

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

Color convert

RGB1836983-
CMYK00.620.550.28
HSL352.63º45.24%49.41%-
HSV(B)352.63º62.3%71.76%-
XYZ23.2214.959.85-
YUV104.68115.77183.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=54.63%
G=20.60%
B=24.78%

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
Decimal183698300.620.550.28352.6345.2449.41
HexB7455303E371C1612d31
Octal26710512307667345415561
Binary1011011110001011010011011111011011111100101100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74553; }

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

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

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

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

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

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

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

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