#b84370

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

Shades of Royal Heath #B84370

Tints of Royal Heath #B84370

Color information

#B84370 (or 0xB84370) is unknown color: approx Royal Heath. HEX triplet: B8, 43 and 70. RGB value is (184,67,112). Sum of RGB (Red+Green+Blue) = 184+67+112=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B84370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84370 is #47BC8F. Grayscale: #6B6B6B. Windows color (decimal): -4701328 or 7357368. OLE color: 7357368.

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

Color convert

RGB18467112-
CMYK00.640.390.28
HSL336.92º46.61%49.22%-
HSV(B)336.92º63.59%72.16%-
XYZ24.715.3717-
YUV107.11130.76182.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=50.69%
G=18.46%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846711200.640.390.28336.9246.6149.22
HexB84370040271C1512f31
Octal270103160010047345215761
Binary10111000100001111100000100000010011111100101010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84370; }

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

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

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

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

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

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

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

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