#b74951

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

Shades of Hippie Pink #B74951

Tints of Hippie Pink #B74951

Color information

#B74951 (or 0xB74951) is unknown color: approx Hippie Pink. HEX triplet: B7, 49 and 51. RGB value is (183,73,81). Sum of RGB (Red+Green+Blue) = 183+73+81=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74951 is #48B6AE. Grayscale: #6A6A6A. Windows color (decimal): -4765359 or 5327287. OLE color: 5327287.

HSL color Cylindrical-coordinate representation of color #B74951: hue angle of 355.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74951 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1837381-
CMYK00.600.560.28
HSL355.64º43.31%50.2%-
HSV(B)355.64º60.11%71.76%-
XYZ23.415.439.53-
YUV106.8113.44182.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=54.30%
G=21.66%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183738100.600.560.28355.6443.3150.2
HexB7495103C381C1642b32
Octal26711112107470345445362
Binary1011011110010011010001011110011100011100101100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74951; }

 p { color: rgb(183,73,81); }

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

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

 a { background-color: rgb(183,73,81); }

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

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

 span { border-color: rgb(183,73,81); }

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