#B83A72

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

Shades of Royal Heath #B83A72

Tints of Royal Heath #B83A72

Color information

#B83A72 (or 0xB83A72) is unknown color: approx Royal Heath. HEX triplet: B8, 3A and 72. RGB value is (184,58,114). Sum of RGB (Red+Green+Blue) = 184+58+114=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A72 is #47C58D. Grayscale: #656565. Windows color (decimal): -4703630 or 7486136. OLE color: 7486136.

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

Color convert

RGB18458114-
CMYK00.680.380.28
HSL333.33º52.07%47.45%-
HSV(B)333.33º68.48%72.16%-
XYZ24.3214.4317.42-
YUV102.06134.74186.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=51.69%
G=16.29%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845811400.680.380.28333.3352.0747.45
HexB83A72044261C14d342f
Octal27072162010446345156457
Binary1011100011101011100100100010010011011100101001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A72; }

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

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

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

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

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

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

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

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