#B05184

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

Shades of Royal Heath #B05184

Tints of Royal Heath #B05184

Color information

#B05184 (or 0xB05184) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 84. RGB value is (176,81,132). Sum of RGB (Red+Green+Blue) = 176+81+132=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05184 is #4FAE7B. Grayscale: #737373. Windows color (decimal): -5222012 or 8671664. OLE color: 8671664.

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

Color convert

RGB17681132-
CMYK00.540.250.31
HSL327.79º37.55%50.39%-
HSV(B)327.79º53.98%69.02%-
XYZ25.0116.7823.75-
YUV115.22137.47171.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=45.24%
G=20.82%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768113200.540.250.31327.7937.5550.39
HexB05184036191F1482632
Octal26012120406631375104662
Binary1011000010100011000010001101101100111111101001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05184; }

 p { color: rgb(176,81,132); }

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

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

 a { background-color: rgb(176,81,132); }

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

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

 span { border-color: rgb(176,81,132); }

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