#B94056

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

Shades of Hippie Pink #B94056

Tints of Hippie Pink #B94056

Color information

#B94056 (or 0xB94056) is unknown color: approx Hippie Pink. HEX triplet: B9, 40 and 56. RGB value is (185,64,86). Sum of RGB (Red+Green+Blue) = 185+64+86=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94056 is #46BFA9. Grayscale: #666666. Windows color (decimal): -4636586 or 5652665. OLE color: 5652665.

HSL color Cylindrical-coordinate representation of color #B94056: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94056 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1856486-
CMYK00.650.540.27
HSL349.09º48.59%48.82%-
HSV(B)349.09º65.41%72.55%-
XYZ23.5214.6510.39-
YUV102.69118.59186.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=55.22%
G=19.10%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185648600.650.540.27349.0948.5948.82
HexB94056041361B15d3131
Octal271100126010166335356161
Binary10111001100000010101100100000111011011011101011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94056; }

 p { color: rgb(185,64,86); }

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

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

 a { background-color: rgb(185,64,86); }

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

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

 span { border-color: rgb(185,64,86); }

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