#B6487B

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

Shades of Royal Heath #B6487B

Tints of Royal Heath #B6487B

Color information

#B6487B (or 0xB6487B) is unknown color: approx Royal Heath. HEX triplet: B6, 48 and 7B. RGB value is (182,72,123). Sum of RGB (Red+Green+Blue) = 182+72+123=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6487B is #49B784. Grayscale: #6E6E6E. Windows color (decimal): -4831109 or 8079542. OLE color: 8079542.

HSL color Cylindrical-coordinate representation of color #B6487B: hue angle of 332.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6487B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18272123-
CMYK00.600.320.29
HSL332.18º43.31%49.8%-
HSV(B)332.18º60.44%71.37%-
XYZ25.1816.0120.5-
YUV110.7134.94178.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=48.28%
G=19.10%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827212300.600.320.29332.1843.3149.8
HexB6487B03C201D14c2b32
Octal26611017307440355145362
Binary1011011010010001111011011110010000011101101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6487B; }

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

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

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

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

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

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

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

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