#B74057

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

Shades of Hippie Pink #B74057

Tints of Hippie Pink #B74057

Color information

#B74057 (or 0xB74057) is unknown color: approx Hippie Pink. HEX triplet: B7, 40 and 57. RGB value is (183,64,87). Sum of RGB (Red+Green+Blue) = 183+64+87=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74057 is #48BFA8. Grayscale: #666666. Windows color (decimal): -4767657 or 5718199. OLE color: 5718199.

HSL color Cylindrical-coordinate representation of color #B74057: hue angle of 348.4º 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 #B74057 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1836487-
CMYK00.650.520.28
HSL348.4º48.18%48.43%-
HSV(B)348.4º65.03%71.76%-
XYZ23.0814.4210.58-
YUV102.2119.42185.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=54.79%
G=19.16%
B=26.05%

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
Decimal183648700.650.520.28348.448.1848.43
HexB74057041341C15c3030
Octal267100127010164345346060
Binary10110111100000010101110100000111010011100101011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74057; }

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

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

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

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

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

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

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

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