#B94B53

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

Shades of Hippie Pink #B94B53

Tints of Hippie Pink #B94B53

Color information

#B94B53 (or 0xB94B53) is unknown color: approx Hippie Pink. HEX triplet: B9, 4B and 53. RGB value is (185,75,83). Sum of RGB (Red+Green+Blue) = 185+75+83=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B53 is #46B4AC. Grayscale: #6C6C6C. Windows color (decimal): -4633773 or 5458873. OLE color: 5458873.

HSL color Cylindrical-coordinate representation of color #B94B53: hue angle of 355.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94B53 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1857583-
CMYK00.590.550.27
HSL355.64º44%50.98%-
HSV(B)355.64º59.46%72.55%-
XYZ24.0815.9710-
YUV108.8113.44182.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=53.94%
G=21.87%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185758300.590.550.27355.644450.98
HexB94B5303B371B1642c33
Octal27111312307367335445463
Binary1011100110010111010011011101111011111011101100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B53; }

 p { color: rgb(185,75,83); }

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

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

 a { background-color: rgb(185,75,83); }

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

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

 span { border-color: rgb(185,75,83); }

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