#B15153

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

Shades of Hippie Pink #B15153

Tints of Hippie Pink #B15153

Color information

#B15153 (or 0xB15153) is unknown color: approx Hippie Pink. HEX triplet: B1, 51 and 53. RGB value is (177,81,83). Sum of RGB (Red+Green+Blue) = 177+81+83=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15153 is #4EAEAC. Grayscale: #6E6E6E. Windows color (decimal): -5156525 or 5460401. OLE color: 5460401.

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

Color convert

RGB1778183-
CMYK00.540.530.31
HSL358.75º38.1%50.59%-
HSV(B)358.75º54.24%69.41%-
XYZ22.6415.8610.05-
YUV109.93112.8175.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=51.91%
G=23.75%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177818300.540.530.31358.7538.150.59
HexB15153036351F1672633
Octal26112112306665375474663
Binary1011000110100011010011011011011010111111101100111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15153; }

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

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

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

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

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

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

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

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