#B84070

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

Shades of Royal Heath #B84070

Tints of Royal Heath #B84070

Color information

#B84070 (or 0xB84070) is unknown color: approx Royal Heath. HEX triplet: B8, 40 and 70. RGB value is (184,64,112). Sum of RGB (Red+Green+Blue) = 184+64+112=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B84070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84070 is #47BF8F. Grayscale: #696969. Windows color (decimal): -4702096 or 7356600. OLE color: 7356600.

HSL color Cylindrical-coordinate representation of color #B84070: hue angle of 336º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84070 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18464112-
CMYK00.650.390.28
HSL336º48.39%48.63%-
HSV(B)336º65.22%72.16%-
XYZ24.5315.0316.94-
YUV105.35131.76184.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=51.11%
G=17.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846411200.650.390.2833648.3948.63
HexB84070041271C1503031
Octal270100160010147345206061
Binary10111000100000011100000100000110011111100101010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84070; }

 p { color: rgb(184,64,112); }

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

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

 a { background-color: rgb(184,64,112); }

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

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

 span { border-color: rgb(184,64,112); }

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