#B3446C

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

Shades of Royal Heath #B3446C

Tints of Royal Heath #B3446C

Color information

#B3446C (or 0xB3446C) is unknown color: approx Royal Heath. HEX triplet: B3, 44 and 6C. RGB value is (179,68,108). Sum of RGB (Red+Green+Blue) = 179+68+108=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3446C is #4CBB93. Grayscale: #696969. Windows color (decimal): -5028756 or 7095475. OLE color: 7095475.

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

Color convert

RGB17968108-
CMYK00.620.400.30
HSL338.38º44.94%48.43%-
HSV(B)338.38º62.01%70.2%-
XYZ23.3614.815.81-
YUV105.75129.27180.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=50.42%
G=19.15%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796810800.620.400.30338.3844.9448.43
HexB3446C03E281E1522d30
Octal26310415407650365225560
Binary1011001110001001101100011111010100011110101010010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3446C; }

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

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

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

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

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

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

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

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