#B74551

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

Shades of Hippie Pink #B74551

Tints of Hippie Pink #B74551

Color information

#B74551 (or 0xB74551) is unknown color: approx Hippie Pink. HEX triplet: B7, 45 and 51. RGB value is (183,69,81). Sum of RGB (Red+Green+Blue) = 183+69+81=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B74551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74551 is #48BAAE. Grayscale: #686868. Windows color (decimal): -4766383 or 5326263. OLE color: 5326263.

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

Color convert

RGB1836981-
CMYK00.620.560.28
HSL353.68º45.24%49.41%-
HSV(B)353.68º62.3%71.76%-
XYZ23.1414.929.44-
YUV104.45114.77184.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=54.95%
G=20.72%
B=24.32%

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
Decimal183698100.620.560.28353.6845.2449.41
HexB7455103E381C1622d31
Octal26710512107670345425561
Binary1011011110001011010001011111011100011100101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74551; }

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

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

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

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

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

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

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

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