#B05584

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

Shades of Royal Heath #B05584

Tints of Royal Heath #B05584

Color information

#B05584 (or 0xB05584) is unknown color: approx Royal Heath. HEX triplet: B0, 55 and 84. RGB value is (176,85,132). Sum of RGB (Red+Green+Blue) = 176+85+132=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05584 is #4FAA7B. Grayscale: #757575. Windows color (decimal): -5220988 or 8672688. OLE color: 8672688.

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

Color convert

RGB17685132-
CMYK00.520.250.31
HSL329.01º36.55%51.18%-
HSV(B)329.01º51.7%69.02%-
XYZ25.3217.3923.85-
YUV117.57136.15169.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=44.78%
G=21.63%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768513200.520.250.31329.0136.5551.18
HexB05584034191F1492533
Octal26012520406431375114563
Binary1011000010101011000010001101001100111111101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05584; }

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

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

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

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

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

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

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

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