#B7527A

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

Shades of Royal Heath #B7527A

Tints of Royal Heath #B7527A

Color information

#B7527A (or 0xB7527A) is unknown color: approx Royal Heath. HEX triplet: B7, 52 and 7A. RGB value is (183,82,122). Sum of RGB (Red+Green+Blue) = 183+82+122=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7527A is #48AD85. Grayscale: #747474. Windows color (decimal): -4763014 or 8016567. OLE color: 8016567.

HSL color Cylindrical-coordinate representation of color #B7527A: hue angle of 336.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7527A is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18382122-
CMYK00.550.330.28
HSL336.24º41.22%51.96%-
HSV(B)336.24º55.19%71.76%-
XYZ26.0617.5120.42-
YUV116.76130.96175.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=47.29%
G=21.19%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838212200.550.330.28336.2441.2251.96
HexB7527A037211C1502934
Octal26712217206741345205164
Binary1011011110100101111010011011110000111100101010000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7527A; }

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

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

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

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

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

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

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

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