#B93470

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

Shades of Royal Heath #B93470

Tints of Royal Heath #B93470

Color information

#B93470 (or 0xB93470) is unknown color: approx Royal Heath. HEX triplet: B9, 34 and 70. RGB value is (185,52,112). Sum of RGB (Red+Green+Blue) = 185+52+112=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B93470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93470 is #46CB8F. Grayscale: #626262. Windows color (decimal): -4639632 or 7353529. OLE color: 7353529.

HSL color Cylindrical-coordinate representation of color #B93470: hue angle of 332.93º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93470 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18552112-
CMYK00.720.390.27
HSL332.93º56.12%46.47%-
HSV(B)332.93º71.89%72.55%-
XYZ24.1613.9416.75-
YUV98.61135.56189.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=53.01%
G=14.90%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855211200.720.390.27332.9356.1246.47
HexB93470048271B14d382e
Octal27164160011047335157056
Binary1011100111010011100000100100010011111011101001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93470; }

 p { color: rgb(185,52,112); }

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

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

 a { background-color: rgb(185,52,112); }

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

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

 span { border-color: rgb(185,52,112); }

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