#B83973

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

Shades of Royal Heath #B83973

Tints of Royal Heath #B83973

Color information

#B83973 (or 0xB83973) is unknown color: approx Royal Heath. HEX triplet: B8, 39 and 73. RGB value is (184,57,115). Sum of RGB (Red+Green+Blue) = 184+57+115=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B83973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83973 is #47C68C. Grayscale: #656565. Windows color (decimal): -4703885 or 7551416. OLE color: 7551416.

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

Color convert

RGB18457115-
CMYK00.690.380.28
HSL332.6º52.7%47.25%-
HSV(B)332.6º69.02%72.16%-
XYZ24.3214.3517.71-
YUV101.58135.58186.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=51.69%
G=16.01%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845711500.690.380.28332.652.747.25
HexB83973045261C14d352f
Octal27071163010546345156557
Binary1011100011100111100110100010110011011100101001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83973; }

 p { color: rgb(184,57,115); }

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

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

 a { background-color: rgb(184,57,115); }

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

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

 span { border-color: rgb(184,57,115); }

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