#B05785

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

Shades of Royal Heath #B05785

Tints of Royal Heath #B05785

Color information

#B05785 (or 0xB05785) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 85. RGB value is (176,87,133). Sum of RGB (Red+Green+Blue) = 176+87+133=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05785 is #4FA87A. Grayscale: #767676. Windows color (decimal): -5220475 or 8738736. OLE color: 8738736.

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

Color convert

RGB17687133-
CMYK00.510.240.31
HSL328.99º36.03%51.57%-
HSV(B)328.99º50.57%69.02%-
XYZ25.5517.7424.27-
YUV118.85135.99168.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=44.44%
G=21.97%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768713300.510.240.31328.9936.0351.57
HexB05785033181F1492434
Octal26012720506330375114464
Binary1011000010101111000010101100111100011111101001001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05785; }

 p { color: rgb(176,87,133); }

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

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

 a { background-color: rgb(176,87,133); }

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

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

 span { border-color: rgb(176,87,133); }

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