#B0577A

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

Shades of Royal Heath #B0577A

Tints of Royal Heath #B0577A

Color information

#B0577A (or 0xB0577A) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 7A. RGB value is (176,87,122). Sum of RGB (Red+Green+Blue) = 176+87+122=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577A is #4FA885. Grayscale: #757575. Windows color (decimal): -5220486 or 8017840. OLE color: 8017840.

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

Color convert

RGB17687122-
CMYK00.510.310.31
HSL336.4º36.03%51.57%-
HSV(B)336.4º50.57%69.02%-
XYZ24.8317.4520.47-
YUV117.6130.49169.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=45.71%
G=22.60%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768712200.510.310.31336.436.0351.57
HexB0577A0331F1F1502434
Octal26012717206337375204464
Binary101100001010111111101001100111111111111101010000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0577A; }

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

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

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

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

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

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

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

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