#B7406E

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

Shades of Royal Heath #B7406E

Tints of Royal Heath #B7406E

Color information

#B7406E (or 0xB7406E) is unknown color: approx Royal Heath. HEX triplet: B7, 40 and 6E. RGB value is (183,64,110). Sum of RGB (Red+Green+Blue) = 183+64+110=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7406E is #48BF91. Grayscale: #686868. Windows color (decimal): -4767634 or 7225527. OLE color: 7225527.

HSL color Cylindrical-coordinate representation of color #B7406E: hue angle of 336.81º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7406E is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18364110-
CMYK00.650.400.28
HSL336.81º48.18%48.43%-
HSV(B)336.81º65.03%71.76%-
XYZ24.1814.8616.35-
YUV104.82130.92183.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=51.26%
G=17.93%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836411000.650.400.28336.8148.1848.43
HexB7406E041281C1513030
Octal267100156010150345216060
Binary10110111100000011011100100000110100011100101010001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7406E; }

 p { color: rgb(183,64,110); }

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

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

 a { background-color: rgb(183,64,110); }

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

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

 span { border-color: rgb(183,64,110); }

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