#B05284

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

Shades of Royal Heath #B05284

Tints of Royal Heath #B05284

Color information

#B05284 (or 0xB05284) is unknown color: approx Royal Heath. HEX triplet: B0, 52 and 84. RGB value is (176,82,132). Sum of RGB (Red+Green+Blue) = 176+82+132=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B05284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05284 is #4FAD7B. Grayscale: #737373. Windows color (decimal): -5221756 or 8671920. OLE color: 8671920.

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

Color convert

RGB17682132-
CMYK00.530.250.31
HSL328.09º37.3%50.59%-
HSV(B)328.09º53.41%69.02%-
XYZ25.0916.9323.78-
YUV115.81137.14170.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=45.13%
G=21.03%
B=33.85%

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
Decimal1768213200.530.250.31328.0937.350.59
HexB05284035191F1482533
Octal26012220406531375104563
Binary1011000010100101000010001101011100111111101001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05284; }

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

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

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

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

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

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

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

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