#B7416E

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

Shades of Royal Heath #B7416E

Tints of Royal Heath #B7416E

Color information

#B7416E (or 0xB7416E) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 6E. RGB value is (183,65,110). Sum of RGB (Red+Green+Blue) = 183+65+110=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7416E is #48BE91. Grayscale: #696969. Windows color (decimal): -4767378 or 7225783. OLE color: 7225783.

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

Color convert

RGB18365110-
CMYK00.640.400.28
HSL337.12º47.58%48.63%-
HSV(B)337.12º64.48%71.76%-
XYZ24.2314.9716.36-
YUV105.41130.59183.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=51.12%
G=18.16%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836511000.640.400.28337.1247.5848.63
HexB7416E040281C1513031
Octal267101156010050345216061
Binary10110111100000111011100100000010100011100101010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7416E; }

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

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

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

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

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

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

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

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