#B74651

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

Shades of Hippie Pink #B74651

Tints of Hippie Pink #B74651

Color information

#B74651 (or 0xB74651) is unknown color: approx Hippie Pink. HEX triplet: B7, 46 and 51. RGB value is (183,70,81). Sum of RGB (Red+Green+Blue) = 183+70+81=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74651 is #48B9AE. Grayscale: #696969. Windows color (decimal): -4766127 or 5326519. OLE color: 5326519.

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

Color convert

RGB1837081-
CMYK00.620.560.28
HSL354.16º44.66%49.61%-
HSV(B)354.16º61.75%71.76%-
XYZ23.215.049.46-
YUV105.04114.44183.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=54.79%
G=20.96%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183708100.620.560.28354.1644.6649.61
HexB7465103E381C1622d32
Octal26710612107670345425562
Binary1011011110001101010001011111011100011100101100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74651; }

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

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

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

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

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

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

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

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