#B3495B

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

Shades of Hippie Pink #B3495B

Tints of Hippie Pink #B3495B

Color information

#B3495B (or 0xB3495B) is unknown color: approx Hippie Pink. HEX triplet: B3, 49 and 5B. RGB value is (179,73,91). Sum of RGB (Red+Green+Blue) = 179+73+91=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3495B is #4CB6A4. Grayscale: #6A6A6A. Windows color (decimal): -5027493 or 5982643. OLE color: 5982643.

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

Color convert

RGB1797391-
CMYK00.590.490.30
HSL349.81º42.06%49.41%-
HSV(B)349.81º59.22%70.2%-
XYZ22.8615.111.61-
YUV106.75119.12179.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=52.19%
G=21.28%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179739100.590.490.30349.8142.0649.41
HexB3495B03B311E15e2a31
Octal26311113307361365365261
Binary1011001110010011011011011101111000111110101011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3495B; }

 p { color: rgb(179,73,91); }

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

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

 a { background-color: rgb(179,73,91); }

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

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

 span { border-color: rgb(179,73,91); }

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