#B3446E

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

Shades of Royal Heath #B3446E

Tints of Royal Heath #B3446E

Color information

#B3446E (or 0xB3446E) is unknown color: approx Royal Heath. HEX triplet: B3, 44 and 6E. RGB value is (179,68,110). Sum of RGB (Red+Green+Blue) = 179+68+110=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3446E is #4CBB91. Grayscale: #696969. Windows color (decimal): -5028754 or 7226547. OLE color: 7226547.

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

Color convert

RGB17968110-
CMYK00.620.390.30
HSL337.3º44.94%48.43%-
HSV(B)337.3º62.01%70.2%-
XYZ23.4714.8416.38-
YUV105.98130.27180.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=50.14%
G=19.05%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796811000.620.390.30337.344.9448.43
HexB3446E03E271E1512d30
Octal26310415607647365215560
Binary1011001110001001101110011111010011111110101010001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3446E; }

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

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

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

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

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

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

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

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