#B3485D

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

Shades of Hippie Pink #B3485D

Tints of Hippie Pink #B3485D

Color information

#B3485D (or 0xB3485D) is unknown color: approx Hippie Pink. HEX triplet: B3, 48 and 5D. RGB value is (179,72,93). Sum of RGB (Red+Green+Blue) = 179+72+93=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3485D is #4CB7A2. Grayscale: #6A6A6A. Windows color (decimal): -5027747 or 6113459. OLE color: 6113459.

HSL color Cylindrical-coordinate representation of color #B3485D: hue angle of 348.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3485D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1797293-
CMYK00.600.480.30
HSL348.22º42.63%49.22%-
HSV(B)348.22º59.78%70.2%-
XYZ22.8815.0112.05-
YUV106.39120.45179.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=52.03%
G=20.93%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179729300.600.480.30348.2242.6349.22
HexB3485D03C301E15c2b31
Octal26311013507460365345361
Binary1011001110010001011101011110011000011110101011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3485D; }

 p { color: rgb(179,72,93); }

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

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

 a { background-color: rgb(179,72,93); }

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

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

 span { border-color: rgb(179,72,93); }

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