#B74B51

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

Shades of Hippie Pink #B74B51

Tints of Hippie Pink #B74B51

Color information

#B74B51 (or 0xB74B51) is unknown color: approx Hippie Pink. HEX triplet: B7, 4B and 51. RGB value is (183,75,81). Sum of RGB (Red+Green+Blue) = 183+75+81=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B51 is #48B4AE. Grayscale: #6C6C6C. Windows color (decimal): -4764847 or 5327799. OLE color: 5327799.

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

Color convert

RGB1837581-
CMYK00.590.560.28
HSL356.67º42.86%50.59%-
HSV(B)356.67º59.02%71.76%-
XYZ23.5315.699.57-
YUV107.98112.78181.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=53.98%
G=22.12%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183758100.590.560.28356.6742.8650.59
HexB74B5103B381C1652b33
Octal26711312107370345455363
Binary1011011110010111010001011101111100011100101100101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B51; }

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

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

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

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

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

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

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

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