#B7487B

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

Shades of Royal Heath #B7487B

Tints of Royal Heath #B7487B

Color information

#B7487B (or 0xB7487B) is unknown color: approx Royal Heath. HEX triplet: B7, 48 and 7B. RGB value is (183,72,123). Sum of RGB (Red+Green+Blue) = 183+72+123=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7487B is #48B784. Grayscale: #6E6E6E. Windows color (decimal): -4765573 or 8079543. OLE color: 8079543.

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

Color convert

RGB18372123-
CMYK00.610.330.28
HSL332.43º43.53%50%-
HSV(B)332.43º60.66%71.76%-
XYZ25.4216.1320.51-
YUV111134.77179.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=48.41%
G=19.05%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837212300.610.330.28332.4343.5350
HexB7487B03D211C14c2c32
Octal26711017307541345145462
Binary1011011110010001111011011110110000111100101001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7487B; }

 p { color: rgb(183,72,123); }

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

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

 a { background-color: rgb(183,72,123); }

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

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

 span { border-color: rgb(183,72,123); }

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