#b74f51

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

Shades of Hippie Pink #B74F51

Tints of Hippie Pink #B74F51

Color information

#B74F51 (or 0xB74F51) is unknown color: approx Hippie Pink. HEX triplet: B7, 4F and 51. RGB value is (183,79,81). Sum of RGB (Red+Green+Blue) = 183+79+81=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F51 is #48B0AE. Grayscale: #6E6E6E. Windows color (decimal): -4763823 or 5328823. OLE color: 5328823.

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

Color convert

RGB1837981-
CMYK00.570.560.28
HSL358.85º41.94%51.37%-
HSV(B)358.85º56.83%71.76%-
XYZ23.8116.259.67-
YUV110.32111.46179.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=53.35%
G=23.03%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183798100.570.560.28358.8541.9451.37
HexB74F51039381C1672a33
Octal26711712107170345475263
Binary1011011110011111010001011100111100011100101100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74f51; }

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

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

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

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

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

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

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

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