#B05775

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

Shades of Royal Heath #B05775

Tints of Royal Heath #B05775

Color information

#B05775 (or 0xB05775) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 75. RGB value is (176,87,117). Sum of RGB (Red+Green+Blue) = 176+87+117=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05775 is #4FA88A. Grayscale: #757575. Windows color (decimal): -5220491 or 7690160. OLE color: 7690160.

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

Color convert

RGB17687117-
CMYK00.510.340.31
HSL339.78º36.03%51.57%-
HSV(B)339.78º50.57%69.02%-
XYZ24.5217.3318.88-
YUV117.03127.99170.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=46.32%
G=22.89%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768711700.510.340.31339.7836.0351.57
HexB05775033221F1542434
Octal26012716506342375244464
Binary1011000010101111110101011001110001011111101010100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05775; }

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

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

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

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

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

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

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

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