#B1535E

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

Shades of Hippie Pink #B1535E

Tints of Hippie Pink #B1535E

Color information

#B1535E (or 0xB1535E) is unknown color: approx Hippie Pink. HEX triplet: B1, 53 and 5E. RGB value is (177,83,94). Sum of RGB (Red+Green+Blue) = 177+83+94=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1535E is #4EACA1. Grayscale: #707070. Windows color (decimal): -5156002 or 6181809. OLE color: 6181809.

HSL color Cylindrical-coordinate representation of color #B1535E: hue angle of 352.98º 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 #B1535E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1778394-
CMYK00.530.470.31
HSL352.98º37.6%50.98%-
HSV(B)352.98º53.11%69.41%-
XYZ23.2516.3412.52-
YUV112.36117.64174.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=50%
G=23.45%
B=26.55%

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
Decimal177839400.530.470.31352.9837.650.98
HexB1535E0352F1F1612633
Octal26112313606557375414663
Binary1011000110100111011110011010110111111111101100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1535E; }

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

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

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

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

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

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

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

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