#B74159

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

Shades of Hippie Pink #B74159

Tints of Hippie Pink #B74159

Color information

#B74159 (or 0xB74159) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 59. RGB value is (183,65,89). Sum of RGB (Red+Green+Blue) = 183+65+89=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74159 is #48BEA6. Grayscale: #676767. Windows color (decimal): -4767399 or 5849527. OLE color: 5849527.

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

Color convert

RGB1836589-
CMYK00.640.510.28
HSL347.8º47.58%48.63%-
HSV(B)347.8º64.48%71.76%-
XYZ23.2214.5711.04-
YUV103.02120.09185.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=54.30%
G=19.29%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183658900.640.510.28347.847.5848.63
HexB74159040331C15c3031
Octal267101131010063345346061
Binary10110111100000110110010100000011001111100101011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74159; }

 p { color: rgb(183,65,89); }

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

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

 a { background-color: rgb(183,65,89); }

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

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

 span { border-color: rgb(183,65,89); }

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