#B05583

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

Shades of Royal Heath #B05583

Tints of Royal Heath #B05583

Color information

#B05583 (or 0xB05583) is unknown color: approx Royal Heath. HEX triplet: B0, 55 and 83. RGB value is (176,85,131). Sum of RGB (Red+Green+Blue) = 176+85+131=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05583 is #4FAA7C. Grayscale: #757575. Windows color (decimal): -5220989 or 8607152. OLE color: 8607152.

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

Color convert

RGB17685131-
CMYK00.520.260.31
HSL329.67º36.55%51.18%-
HSV(B)329.67º51.7%69.02%-
XYZ25.2517.3723.49-
YUV117.45135.65169.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=44.90%
G=21.68%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768513100.520.260.31329.6736.5551.18
HexB055830341A1F14a2533
Octal26012520306432375124563
Binary1011000010101011000001101101001101011111101001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05583; }

 p { color: rgb(176,85,131); }

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

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

 a { background-color: rgb(176,85,131); }

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

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

 span { border-color: rgb(176,85,131); }

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