#B84A7F

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

Shades of Royal Heath #B84A7F

Tints of Royal Heath #B84A7F

Color information

#B84A7F (or 0xB84A7F) is unknown color: approx Royal Heath. HEX triplet: B8, 4A and 7F. RGB value is (184,74,127). Sum of RGB (Red+Green+Blue) = 184+74+127=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7F is #47B580. Grayscale: #707070. Windows color (decimal): -4699521 or 8342200. OLE color: 8342200.

HSL color Cylindrical-coordinate representation of color #B84A7F: hue angle of 331.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A7F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18474127-
CMYK00.600.310.28
HSL331.09º43.65%50.59%-
HSV(B)331.09º59.78%72.16%-
XYZ26.0516.6221.91-
YUV112.93135.94178.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 127 (50% from 255) = 32.99%
R=47.79%
G=19.22%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847412700.600.310.28331.0943.6550.59
HexB84A7F03C1F1C14b2c33
Octal27011217707437345135463
Binary101110001001010111111101111001111111100101001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A7F; }

 p { color: rgb(184,74,127); }

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

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

 a { background-color: rgb(184,74,127); }

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

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

 span { border-color: rgb(184,74,127); }

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