#B83972

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

Shades of Royal Heath #B83972

Tints of Royal Heath #B83972

Color information

#B83972 (or 0xB83972) is unknown color: approx Royal Heath. HEX triplet: B8, 39 and 72. RGB value is (184,57,114). Sum of RGB (Red+Green+Blue) = 184+57+114=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B83972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83972 is #47C68D. Grayscale: #656565. Windows color (decimal): -4703886 or 7485880. OLE color: 7485880.

HSL color Cylindrical-coordinate representation of color #B83972: hue angle of 333.07º 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 #B83972 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18457114-
CMYK00.690.380.28
HSL333.07º52.7%47.25%-
HSV(B)333.07º69.02%72.16%-
XYZ24.2714.3317.41-
YUV101.47135.08186.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=51.83%
G=16.06%
B=32.11%

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
Decimal1845711400.690.380.28333.0752.747.25
HexB83972045261C14d352f
Octal27071162010546345156557
Binary1011100011100111100100100010110011011100101001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83972; }

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

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

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

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

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

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

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

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