#B83470

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

Shades of Royal Heath #B83470

Tints of Royal Heath #B83470

Color information

#B83470 (or 0xB83470) is unknown color: approx Royal Heath. HEX triplet: B8, 34 and 70. RGB value is (184,52,112). Sum of RGB (Red+Green+Blue) = 184+52+112=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B83470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83470 is #47CB8F. Grayscale: #626262. Windows color (decimal): -4705168 or 7353528. OLE color: 7353528.

HSL color Cylindrical-coordinate representation of color #B83470: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83470 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18452112-
CMYK00.720.390.28
HSL332.73º55.93%46.27%-
HSV(B)332.73º71.74%72.16%-
XYZ23.9213.8216.74-
YUV98.31135.73189.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=52.87%
G=14.94%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845211200.720.390.28332.7355.9346.27
HexB83470048271C14d382e
Octal27064160011047345157056
Binary1011100011010011100000100100010011111100101001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83470; }

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

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

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

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

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

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

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

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