#B84172

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

Shades of Royal Heath #B84172

Tints of Royal Heath #B84172

Color information

#B84172 (or 0xB84172) is unknown color: approx Royal Heath. HEX triplet: B8, 41 and 72. RGB value is (184,65,114). Sum of RGB (Red+Green+Blue) = 184+65+114=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B84172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84172 is #47BE8D. Grayscale: #6A6A6A. Windows color (decimal): -4701838 or 7487928. OLE color: 7487928.

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

Color convert

RGB18465114-
CMYK00.650.380.28
HSL335.29º47.79%48.82%-
HSV(B)335.29º64.67%72.16%-
XYZ24.6915.1917.55-
YUV106.17132.42183.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=50.69%
G=17.91%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846511400.650.380.28335.2947.7948.82
HexB84172041261C14f3031
Octal270101162010146345176061
Binary10111000100000111100100100000110011011100101001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84172; }

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

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

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

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

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

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

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

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