#B2577A

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

Shades of Royal Heath #B2577A

Tints of Royal Heath #B2577A

Color information

#B2577A (or 0xB2577A) is unknown color: approx Royal Heath. HEX triplet: B2, 57 and 7A. RGB value is (178,87,122). Sum of RGB (Red+Green+Blue) = 178+87+122=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2577A is #4DA885. Grayscale: #767676. Windows color (decimal): -5089414 or 8017842. OLE color: 8017842.

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

Color convert

RGB17887122-
CMYK00.510.310.30
HSL336.92º37.14%51.96%-
HSV(B)336.92º51.12%69.8%-
XYZ25.2817.6920.49-
YUV118.2130.15170.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=45.99%
G=22.48%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788712200.510.310.30336.9237.1451.96
HexB2577A0331F1E1512534
Octal26212717206337365214564
Binary101100101010111111101001100111111111110101010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2577A; }

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

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

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

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

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

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

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

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