#B1447A

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

Shades of Royal Heath #B1447A

Tints of Royal Heath #B1447A

Color information

#B1447A (or 0xB1447A) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 7A. RGB value is (177,68,122). Sum of RGB (Red+Green+Blue) = 177+68+122=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447A is #4EBB85. Grayscale: #6A6A6A. Windows color (decimal): -5159814 or 8012977. OLE color: 8012977.

HSL color Cylindrical-coordinate representation of color #B1447A: hue angle of 330.28º 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 #B1447A is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17768122-
CMYK00.620.310.31
HSL330.28º44.49%48.04%-
HSV(B)330.28º61.58%69.41%-
XYZ23.7114.8920.04-
YUV106.75136.61178.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=48.23%
G=18.53%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776812200.620.310.31330.2844.4948.04
HexB1447A03E1F1F14a2c30
Octal26110417207637375125460
Binary101100011000100111101001111101111111111101001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1447A; }

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

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

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

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

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

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

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

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