#B74757

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

Shades of Hippie Pink #B74757

Tints of Hippie Pink #B74757

Color information

#B74757 (or 0xB74757) is unknown color: approx Hippie Pink. HEX triplet: B7, 47 and 57. RGB value is (183,71,87). Sum of RGB (Red+Green+Blue) = 183+71+87=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74757 is #48B8A8. Grayscale: #6A6A6A. Windows color (decimal): -4765865 or 5719991. OLE color: 5719991.

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

Color convert

RGB1837187-
CMYK00.610.520.28
HSL351.43º44.09%49.8%-
HSV(B)351.43º61.2%71.76%-
XYZ23.515.2610.72-
YUV106.31117.11182.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=53.67%
G=20.82%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183718700.610.520.28351.4344.0949.8
HexB7475703D341C15f2c32
Octal26710712707564345375462
Binary1011011110001111010111011110111010011100101011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74757; }

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

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

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

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

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

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

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

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