#B1527A

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

Shades of Royal Heath #B1527A

Tints of Royal Heath #B1527A

Color information

#B1527A (or 0xB1527A) is unknown color: approx Royal Heath. HEX triplet: B1, 52 and 7A. RGB value is (177,82,122). Sum of RGB (Red+Green+Blue) = 177+82+122=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527A is #4EAD85. Grayscale: #727272. Windows color (decimal): -5156230 or 8016561. OLE color: 8016561.

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

Color convert

RGB17782122-
CMYK00.540.310.31
HSL334.74º37.85%50.78%-
HSV(B)334.74º53.67%69.41%-
XYZ24.6616.7920.35-
YUV114.96131.97172.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=46.46%
G=21.52%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778212200.540.310.31334.7437.8550.78
HexB1527A0361F1F14f2633
Octal26112217206637375174663
Binary101100011010010111101001101101111111111101001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1527A; }

 p { color: rgb(177,82,122); }

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

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

 a { background-color: rgb(177,82,122); }

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

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

 span { border-color: rgb(177,82,122); }

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