#b83a70

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

Shades of Royal Heath #B83A70

Tints of Royal Heath #B83A70

Color information

#B83A70 (or 0xB83A70) is unknown color: approx Royal Heath. HEX triplet: B8, 3A and 70. RGB value is (184,58,112). Sum of RGB (Red+Green+Blue) = 184+58+112=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A70 is #47C58F. Grayscale: #656565. Windows color (decimal): -4703632 or 7355064. OLE color: 7355064.

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

Color convert

RGB18458112-
CMYK00.680.390.28
HSL334.29º52.07%47.45%-
HSV(B)334.29º68.48%72.16%-
XYZ24.214.3916.83-
YUV101.83133.74186.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=51.98%
G=16.38%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845811200.680.390.28334.2952.0747.45
HexB83A70044271C14e342f
Octal27072160010447345166457
Binary1011100011101011100000100010010011111100101001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b83a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b83a70; }

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

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

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

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

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

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

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

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