#B8515A

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

Shades of Hippie Pink #B8515A

Tints of Hippie Pink #B8515A

Color information

#B8515A (or 0xB8515A) is unknown color: approx Hippie Pink. HEX triplet: B8, 51 and 5A. RGB value is (184,81,90). Sum of RGB (Red+Green+Blue) = 184+81+90=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8515A is #47AEA5. Grayscale: #707070. Windows color (decimal): -4697766 or 5919160. OLE color: 5919160.

HSL color Cylindrical-coordinate representation of color #B8515A: hue angle of 354.76º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8515A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1848190-
CMYK00.560.510.28
HSL354.76º42.04%51.96%-
HSV(B)354.76º55.98%72.16%-
XYZ24.5616.8111.62-
YUV112.82115.12178.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=51.83%
G=22.82%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184819000.560.510.28354.7642.0451.96
HexB8515A038331C1632a34
Octal27012113207063345435264
Binary1011100010100011011010011100011001111100101100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8515A; }

 p { color: rgb(184,81,90); }

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

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

 a { background-color: rgb(184,81,90); }

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

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

 span { border-color: rgb(184,81,90); }

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