#B9527A

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

Shades of Royal Heath #B9527A

Tints of Royal Heath #B9527A

Color information

#B9527A (or 0xB9527A) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 7A. RGB value is (185,82,122). Sum of RGB (Red+Green+Blue) = 185+82+122=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9527A is #46AD85. Grayscale: #757575. Windows color (decimal): -4631942 or 8016569. OLE color: 8016569.

HSL color Cylindrical-coordinate representation of color #B9527A: hue angle of 336.7º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9527A is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18582122-
CMYK00.560.340.27
HSL336.7º42.39%52.35%-
HSV(B)336.7º55.68%72.55%-
XYZ26.5417.7520.44-
YUV117.36130.62176.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=47.56%
G=21.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858212200.560.340.27336.742.3952.35
HexB9527A038221B1512a34
Octal27112217207042335215264
Binary1011100110100101111010011100010001011011101010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9527A; }

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

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

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

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

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

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

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

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