#B3447A

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

Shades of Royal Heath #B3447A

Tints of Royal Heath #B3447A

Color information

#B3447A (or 0xB3447A) is unknown color: approx Royal Heath. HEX triplet: B3, 44 and 7A. RGB value is (179,68,122). Sum of RGB (Red+Green+Blue) = 179+68+122=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3447A is #4CBB85. Grayscale: #6B6B6B. Windows color (decimal): -5028742 or 8012979. OLE color: 8012979.

HSL color Cylindrical-coordinate representation of color #B3447A: hue angle of 330.81º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3447A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17968122-
CMYK00.620.320.30
HSL330.81º44.94%48.43%-
HSV(B)330.81º62.01%70.2%-
XYZ24.1715.1220.06-
YUV107.34136.27179.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=48.51%
G=18.43%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796812200.620.320.30330.8144.9448.43
HexB3447A03E201E14b2d30
Octal26310417207640365135560
Binary1011001110001001111010011111010000011110101001011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3447A; }

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

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

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

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

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

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

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

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