#B94352

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

Shades of Hippie Pink #B94352

Tints of Hippie Pink #B94352

Color information

#B94352 (or 0xB94352) is unknown color: approx Hippie Pink. HEX triplet: B9, 43 and 52. RGB value is (185,67,82). Sum of RGB (Red+Green+Blue) = 185+67+82=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B94352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94352 is #46BCAD. Grayscale: #686868. Windows color (decimal): -4635822 or 5391289. OLE color: 5391289.

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

Color convert

RGB1856782-
CMYK00.640.560.27
HSL352.37º46.83%49.41%-
HSV(B)352.37º63.78%72.55%-
XYZ23.5414.949.63-
YUV103.99115.59185.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=55.39%
G=20.06%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185678200.640.560.27352.3746.8349.41
HexB94352040381B1602f31
Octal271103122010070335405761
Binary10111001100001110100100100000011100011011101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94352; }

 p { color: rgb(185,67,82); }

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

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

 a { background-color: rgb(185,67,82); }

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

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

 span { border-color: rgb(185,67,82); }

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