#B15054

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

Shades of Hippie Pink #B15054

Tints of Hippie Pink #B15054

Color information

#B15054 (or 0xB15054) is unknown color: approx Hippie Pink. HEX triplet: B1, 50 and 54. RGB value is (177,80,84). Sum of RGB (Red+Green+Blue) = 177+80+84=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15054 is #4EAFAB. Grayscale: #6D6D6D. Windows color (decimal): -5156780 or 5525681. OLE color: 5525681.

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

Color convert

RGB1778084-
CMYK00.550.530.31
HSL357.53º38.34%50.39%-
HSV(B)357.53º54.8%69.41%-
XYZ22.615.7210.23-
YUV109.46113.64176.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=51.91%
G=23.46%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177808400.550.530.31357.5338.3450.39
HexB15054037351F1662632
Octal26112012406765375464662
Binary1011000110100001010100011011111010111111101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15054; }

 p { color: rgb(177,80,84); }

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

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

 a { background-color: rgb(177,80,84); }

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

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

 span { border-color: rgb(177,80,84); }

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