#B74058

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

Shades of Hippie Pink #B74058

Tints of Hippie Pink #B74058

Color information

#B74058 (or 0xB74058) is unknown color: approx Hippie Pink. HEX triplet: B7, 40 and 58. RGB value is (183,64,88). Sum of RGB (Red+Green+Blue) = 183+64+88=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74058 is #48BFA7. Grayscale: #666666. Windows color (decimal): -4767656 or 5783735. OLE color: 5783735.

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

Color convert

RGB1836488-
CMYK00.650.520.28
HSL347.9º48.18%48.43%-
HSV(B)347.9º65.03%71.76%-
XYZ23.1214.4410.8-
YUV102.32119.92185.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=54.63%
G=19.10%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183648800.650.520.28347.948.1848.43
HexB74058041341C15c3030
Octal267100130010164345346060
Binary10110111100000010110000100000111010011100101011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74058; }

 p { color: rgb(183,64,88); }

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

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

 a { background-color: rgb(183,64,88); }

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

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

 span { border-color: rgb(183,64,88); }

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