#B3565A

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

Shades of Hippie Pink #B3565A

Tints of Hippie Pink #B3565A

Color information

#B3565A (or 0xB3565A) is unknown color: approx Hippie Pink. HEX triplet: B3, 56 and 5A. RGB value is (179,86,90). Sum of RGB (Red+Green+Blue) = 179+86+90=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3565A is #4CA9A5. Grayscale: #727272. Windows color (decimal): -5024166 or 5920435. OLE color: 5920435.

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

Color convert

RGB1798690-
CMYK00.520.500.30
HSL357.42º37.96%51.96%-
HSV(B)357.42º51.96%70.2%-
XYZ23.7616.9811.7-
YUV114.26114.31174.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=50.42%
G=24.23%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179869000.520.500.30357.4237.9651.96
HexB3565A034321E1652634
Octal26312613206462365454664
Binary1011001110101101011010011010011001011110101100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3565A; }

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

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

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

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

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

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

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

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