#B7446E

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

Shades of Royal Heath #B7446E

Tints of Royal Heath #B7446E

Color information

#B7446E (or 0xB7446E) is unknown color: approx Royal Heath. HEX triplet: B7, 44 and 6E. RGB value is (183,68,110). Sum of RGB (Red+Green+Blue) = 183+68+110=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7446E is #48BB91. Grayscale: #6B6B6B. Windows color (decimal): -4766610 or 7226551. OLE color: 7226551.

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

Color convert

RGB18368110-
CMYK00.630.400.28
HSL338.09º45.82%49.22%-
HSV(B)338.09º62.84%71.76%-
XYZ24.4115.3316.42-
YUV107.17129.6182.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=50.69%
G=18.84%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836811000.630.400.28338.0945.8249.22
HexB7446E03F281C1522e31
Octal26710415607750345225661
Binary1011011110001001101110011111110100011100101010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7446E; }

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

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

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

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

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

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

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

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