#B74750

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

Shades of Hippie Pink #B74750

Tints of Hippie Pink #B74750

Color information

#B74750 (or 0xB74750) is unknown color: approx Hippie Pink. HEX triplet: B7, 47 and 50. RGB value is (183,71,80). Sum of RGB (Red+Green+Blue) = 183+71+80=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74750 is #48B8AF. Grayscale: #696969. Windows color (decimal): -4765872 or 5261239. OLE color: 5261239.

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

Color convert

RGB1837180-
CMYK00.610.560.28
HSL355.18º44.09%49.8%-
HSV(B)355.18º61.2%71.76%-
XYZ23.2315.159.29-
YUV105.51113.61183.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=54.79%
G=21.26%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183718000.610.560.28355.1844.0949.8
HexB7475003D381C1632c32
Octal26710712007570345435462
Binary1011011110001111010000011110111100011100101100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74750; }

 p { color: rgb(183,71,80); }

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

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

 a { background-color: rgb(183,71,80); }

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

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

 span { border-color: rgb(183,71,80); }

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