#B3595A

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

Shades of Hippie Pink #B3595A

Tints of Hippie Pink #B3595A

Color information

#B3595A (or 0xB3595A) is unknown color: approx Hippie Pink. HEX triplet: B3, 59 and 5A. RGB value is (179,89,90). Sum of RGB (Red+Green+Blue) = 179+89+90=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3595A is #4CA6A5. Grayscale: #747474. Windows color (decimal): -5023398 or 5921203. OLE color: 5921203.

HSL color Cylindrical-coordinate representation of color #B3595A: hue angle of 359.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3595A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1798990-
CMYK00.500.500.30
HSL359.33º37.19%52.55%-
HSV(B)359.33º50.28%70.2%-
XYZ24.0117.4711.78-
YUV116.02113.32172.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=50%
G=24.86%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179899000.500.500.30359.3337.1952.55
HexB3595A032321E1672535
Octal26313113206262365474565
Binary1011001110110011011010011001011001011110101100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3595A; }

 p { color: rgb(179,89,90); }

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

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

 a { background-color: rgb(179,89,90); }

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

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

 span { border-color: rgb(179,89,90); }

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