#B6467A

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

Shades of Royal Heath #B6467A

Tints of Royal Heath #B6467A

Color information

#B6467A (or 0xB6467A) is unknown color: approx Royal Heath. HEX triplet: B6, 46 and 7A. RGB value is (182,70,122). Sum of RGB (Red+Green+Blue) = 182+70+122=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6467A is #49B985. Grayscale: #6D6D6D. Windows color (decimal): -4831622 or 8013494. OLE color: 8013494.

HSL color Cylindrical-coordinate representation of color #B6467A: hue angle of 332.14º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6467A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18270122-
CMYK00.620.330.29
HSL332.14º44.44%49.41%-
HSV(B)332.14º61.54%71.37%-
XYZ24.9915.7320.13-
YUV109.42135.11179.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=48.66%
G=18.72%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827012200.620.330.29332.1444.4449.41
HexB6467A03E211D14c2c31
Octal26610617207641355145461
Binary1011011010001101111010011111010000111101101001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6467A; }

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

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

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

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

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

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

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

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