#B8517B

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

Shades of Royal Heath #B8517B

Tints of Royal Heath #B8517B

Color information

#B8517B (or 0xB8517B) is unknown color: approx Royal Heath. HEX triplet: B8, 51 and 7B. RGB value is (184,81,123). Sum of RGB (Red+Green+Blue) = 184+81+123=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8517B is #47AE84. Grayscale: #747474. Windows color (decimal): -4697733 or 8081848. OLE color: 8081848.

HSL color Cylindrical-coordinate representation of color #B8517B: hue angle of 335.53º degrees, saturation: 0.42, 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 #B8517B is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18481123-
CMYK00.560.330.28
HSL335.53º42.04%51.96%-
HSV(B)335.53º55.98%72.16%-
XYZ26.2817.5120.73-
YUV116.58131.62176.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=47.42%
G=20.88%
B=31.70%

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
Decimal1848112300.560.330.28335.5342.0451.96
HexB8517B038211C1502a34
Octal27012117307041345205264
Binary1011100010100011111011011100010000111100101010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8517B; }

 p { color: rgb(184,81,123); }

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

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

 a { background-color: rgb(184,81,123); }

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

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

 span { border-color: rgb(184,81,123); }

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