#B74154

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

Shades of Hippie Pink #B74154

Tints of Hippie Pink #B74154

Color information

#B74154 (or 0xB74154) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 54. RGB value is (183,65,84). Sum of RGB (Red+Green+Blue) = 183+65+84=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74154 is #48BEAB. Grayscale: #666666. Windows color (decimal): -4767404 or 5521847. OLE color: 5521847.

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

Color convert

RGB1836584-
CMYK00.640.540.28
HSL350.34º47.58%48.63%-
HSV(B)350.34º64.48%71.76%-
XYZ23.0214.499.97-
YUV102.45117.59185.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=55.12%
G=19.58%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183658400.640.540.28350.3447.5848.63
HexB74154040361C15e3031
Octal267101124010066345366061
Binary10110111100000110101000100000011011011100101011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74154; }

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

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

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

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

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

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

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

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