#B5447A

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

Shades of Royal Heath #B5447A

Tints of Royal Heath #B5447A

Color information

#B5447A (or 0xB5447A) is unknown color: approx Royal Heath. HEX triplet: B5, 44 and 7A. RGB value is (181,68,122). Sum of RGB (Red+Green+Blue) = 181+68+122=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5447A is #4ABB85. Grayscale: #6B6B6B. Windows color (decimal): -4897670 or 8012981. OLE color: 8012981.

HSL color Cylindrical-coordinate representation of color #B5447A: hue angle of 331.33º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5447A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18168122-
CMYK00.620.330.29
HSL331.33º45.38%48.82%-
HSV(B)331.33º62.43%70.98%-
XYZ24.6415.3620.08-
YUV107.94135.94180.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=48.79%
G=18.33%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816812200.620.330.29331.3345.3848.82
HexB5447A03E211D14b2d31
Octal26510417207641355135561
Binary1011010110001001111010011111010000111101101001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5447A; }

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

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

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

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

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

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

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

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