#B05384

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

Shades of Royal Heath #B05384

Tints of Royal Heath #B05384

Color information

#B05384 (or 0xB05384) is unknown color: approx Royal Heath. HEX triplet: B0, 53 and 84. RGB value is (176,83,132). Sum of RGB (Red+Green+Blue) = 176+83+132=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05384 is #4FAC7B. Grayscale: #747474. Windows color (decimal): -5221500 or 8672176. OLE color: 8672176.

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

Color convert

RGB17683132-
CMYK00.530.250.31
HSL328.39º37.05%50.78%-
HSV(B)328.39º52.84%69.02%-
XYZ25.1617.0823.8-
YUV116.39136.81170.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=45.01%
G=21.23%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768313200.530.250.31328.3937.0550.78
HexB05384035191F1482533
Octal26012320406531375104563
Binary1011000010100111000010001101011100111111101001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05384; }

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

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

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

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

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

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

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

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