#B1447B

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

Shades of Royal Heath #B1447B

Tints of Royal Heath #B1447B

Color information

#B1447B (or 0xB1447B) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 7B. RGB value is (177,68,123). Sum of RGB (Red+Green+Blue) = 177+68+123=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447B is #4EBB84. Grayscale: #6A6A6A. Windows color (decimal): -5159813 or 8078513. OLE color: 8078513.

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

Color convert

RGB17768123-
CMYK00.620.310.31
HSL329.72º44.49%48.04%-
HSV(B)329.72º61.58%69.41%-
XYZ23.7714.9120.36-
YUV106.86137.11178.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 68 (26.95% from 255) = 18.48%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=48.10%
G=18.48%
B=33.42%

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
Decimal1776812300.620.310.31329.7244.4948.04
HexB1447B03E1F1F14a2c30
Octal26110417307637375125460
Binary101100011000100111101101111101111111111101001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1447B; }

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

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

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

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

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

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

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

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