#B05874

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

Shades of Royal Heath #B05874

Tints of Royal Heath #B05874

Color information

#B05874 (or 0xB05874) is unknown color: approx Royal Heath. HEX triplet: B0, 58 and 74. RGB value is (176,88,116). Sum of RGB (Red+Green+Blue) = 176+88+116=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05874 is #4FA78B. Grayscale: #757575. Windows color (decimal): -5220236 or 7624880. OLE color: 7624880.

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

Color convert

RGB17688116-
CMYK00.500.340.31
HSL340.91º35.77%51.76%-
HSV(B)340.91º50%69.02%-
XYZ24.5517.4718.6-
YUV117.5127.15169.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=46.32%
G=23.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768811600.500.340.31340.9135.7751.76
HexB05874032221F1552434
Octal26013016406242375254464
Binary1011000010110001110100011001010001011111101010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05874; }

 p { color: rgb(176,88,116); }

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

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

 a { background-color: rgb(176,88,116); }

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

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

 span { border-color: rgb(176,88,116); }

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