#B1535D

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

Shades of Hippie Pink #B1535D

Tints of Hippie Pink #B1535D

Color information

#B1535D (or 0xB1535D) is unknown color: approx Hippie Pink. HEX triplet: B1, 53 and 5D. RGB value is (177,83,93). Sum of RGB (Red+Green+Blue) = 177+83+93=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1535D is #4EACA2. Grayscale: #707070. Windows color (decimal): -5156003 or 6116273. OLE color: 6116273.

HSL color Cylindrical-coordinate representation of color #B1535D: hue angle of 353.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1535D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1778393-
CMYK00.530.470.31
HSL353.62º37.6%50.98%-
HSV(B)353.62º53.11%69.41%-
XYZ23.216.3212.28-
YUV112.25117.14174.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=50.14%
G=23.51%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177839300.530.470.31353.6237.650.98
HexB1535D0352F1F1622633
Octal26112313506557375424663
Binary1011000110100111011101011010110111111111101100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1535D; }

 p { color: rgb(177,83,93); }

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

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

 a { background-color: rgb(177,83,93); }

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

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

 span { border-color: rgb(177,83,93); }

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