#B1527B

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

Shades of Royal Heath #B1527B

Tints of Royal Heath #B1527B

Color information

#B1527B (or 0xB1527B) is unknown color: approx Royal Heath. HEX triplet: B1, 52 and 7B. RGB value is (177,82,123). Sum of RGB (Red+Green+Blue) = 177+82+123=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527B is #4EAD84. Grayscale: #737373. Windows color (decimal): -5156229 or 8082097. OLE color: 8082097.

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

Color convert

RGB17782123-
CMYK00.540.310.31
HSL334.11º37.85%50.78%-
HSV(B)334.11º53.67%69.41%-
XYZ24.7216.8120.68-
YUV115.08132.47172.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=46.34%
G=21.47%
B=32.20%

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
Decimal1778212300.540.310.31334.1137.8550.78
HexB1527B0361F1F14e2633
Octal26112217306637375164663
Binary101100011010010111101101101101111111111101001110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1527B; }

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

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

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

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

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

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

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

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