#B7517A

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

Shades of Royal Heath #B7517A

Tints of Royal Heath #B7517A

Color information

#B7517A (or 0xB7517A) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 7A. RGB value is (183,81,122). Sum of RGB (Red+Green+Blue) = 183+81+122=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7517A is #48AE85. Grayscale: #747474. Windows color (decimal): -4763270 or 8016311. OLE color: 8016311.

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

Color convert

RGB18381122-
CMYK00.560.330.28
HSL335.88º41.46%51.76%-
HSV(B)335.88º55.74%71.76%-
XYZ25.9817.3620.39-
YUV116.17131.29175.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=47.41%
G=20.98%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838112200.560.330.28335.8841.4651.76
HexB7517A038211C1502934
Octal26712117207041345205164
Binary1011011110100011111010011100010000111100101010000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7517A; }

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

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

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

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

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

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

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

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