#B15581

Color #B15581 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B15581

Tints of Royal Heath #B15581

Color information

#B15581 (or 0xB15581) is unknown color: approx Royal Heath. HEX triplet: B1, 55 and 81. RGB value is (177,85,129). Sum of RGB (Red+Green+Blue) = 177+85+129=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B15581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15581 is #4EAA7E. Grayscale: #757575. Windows color (decimal): -5155455 or 8476081. OLE color: 8476081.

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

Color convert

RGB17785129-
CMYK00.520.270.31
HSL331.3º37.1%51.37%-
HSV(B)331.3º51.98%69.41%-
XYZ25.3417.4322.8-
YUV117.52134.48170.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=45.27%
G=21.74%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778512900.520.270.31331.337.151.37
HexB155810341B1F14b2533
Octal26112520106433375134563
Binary1011000110101011000000101101001101111111101001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15581; }

 p { color: rgb(177,85,129); }

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

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

 a { background-color: rgb(177,85,129); }

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

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

 span { border-color: rgb(177,85,129); }

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