#B6487A

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

Shades of Royal Heath #B6487A

Tints of Royal Heath #B6487A

Color information

#B6487A (or 0xB6487A) is unknown color: approx Royal Heath. HEX triplet: B6, 48 and 7A. RGB value is (182,72,122). Sum of RGB (Red+Green+Blue) = 182+72+122=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6487A is #49B785. Grayscale: #6E6E6E. Windows color (decimal): -4831110 or 8014006. OLE color: 8014006.

HSL color Cylindrical-coordinate representation of color #B6487A: hue angle of 332.73º 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 #B6487A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18272122-
CMYK00.600.330.29
HSL332.73º43.31%49.8%-
HSV(B)332.73º60.44%71.37%-
XYZ25.1215.9820.17-
YUV110.59134.44178.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=48.40%
G=19.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827212200.600.330.29332.7343.3149.8
HexB6487A03C211D14d2b32
Octal26611017207441355155362
Binary1011011010010001111010011110010000111101101001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6487A; }

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

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

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

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

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

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

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

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