#B1446E

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

Shades of Royal Heath #B1446E

Tints of Royal Heath #B1446E

Color information

#B1446E (or 0xB1446E) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 6E. RGB value is (177,68,110). Sum of RGB (Red+Green+Blue) = 177+68+110=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446E is #4EBB91. Grayscale: #696969. Windows color (decimal): -5159826 or 7226545. OLE color: 7226545.

HSL color Cylindrical-coordinate representation of color #B1446E: hue angle of 336.88º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1446E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17768110-
CMYK00.620.380.31
HSL336.88º44.49%48.04%-
HSV(B)336.88º61.58%69.41%-
XYZ23.0114.6116.36-
YUV105.38130.61179.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=49.86%
G=19.15%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776811000.620.380.31336.8844.4948.04
HexB1446E03E261F1512c30
Octal26110415607646375215460
Binary1011000110001001101110011111010011011111101010001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1446E; }

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

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

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

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

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

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

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

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