#B83772

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

Shades of Royal Heath #B83772

Tints of Royal Heath #B83772

Color information

#B83772 (or 0xB83772) is unknown color: approx Royal Heath. HEX triplet: B8, 37 and 72. RGB value is (184,55,114). Sum of RGB (Red+Green+Blue) = 184+55+114=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B83772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83772 is #47C88D. Grayscale: #646464. Windows color (decimal): -4704398 or 7485368. OLE color: 7485368.

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

Color convert

RGB18455114-
CMYK00.700.380.28
HSL332.56º53.97%46.86%-
HSV(B)332.56º70.11%72.16%-
XYZ24.1714.1417.37-
YUV100.3135.74187.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=52.12%
G=15.58%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845511400.700.380.28332.5653.9746.86
HexB83772046261C14d362f
Octal27067162010646345156657
Binary1011100011011111100100100011010011011100101001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83772; }

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

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

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

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

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

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

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

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