#B15080

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

Shades of Royal Heath #B15080

Tints of Royal Heath #B15080

Color information

#B15080 (or 0xB15080) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 80. RGB value is (177,80,128). Sum of RGB (Red+Green+Blue) = 177+80+128=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B15080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15080 is #4EAF7F. Grayscale: #727272. Windows color (decimal): -5156736 or 8409265. OLE color: 8409265.

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

Color convert

RGB17780128-
CMYK00.550.280.31
HSL330.31º38.34%50.39%-
HSV(B)330.31º54.8%69.41%-
XYZ24.916.6422.32-
YUV114.47135.64172.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=45.97%
G=20.78%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778012800.550.280.31330.3138.3450.39
HexB150800371C1F14a2632
Octal26112020006734375124662
Binary1011000110100001000000001101111110011111101001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15080; }

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

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

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

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

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

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

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

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