#B6437A

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

Shades of Royal Heath #B6437A

Tints of Royal Heath #B6437A

Color information

#B6437A (or 0xB6437A) is unknown color: approx Royal Heath. HEX triplet: B6, 43 and 7A. RGB value is (182,67,122). Sum of RGB (Red+Green+Blue) = 182+67+122=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6437A is #49BC85. Grayscale: #6B6B6B. Windows color (decimal): -4832390 or 8012726. OLE color: 8012726.

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

Color convert

RGB18267122-
CMYK00.630.330.29
HSL331.3º46.18%48.82%-
HSV(B)331.3º63.19%71.37%-
XYZ24.8115.3620.07-
YUV107.66136.1181.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=49.06%
G=18.06%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826712200.630.330.29331.346.1848.82
HexB6437A03F211D14b2e31
Octal26610317207741355135661
Binary1011011010000111111010011111110000111101101001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6437A; }

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

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

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

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

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

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

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

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