#B84A7D

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

Shades of Royal Heath #B84A7D

Tints of Royal Heath #B84A7D

Color information

#B84A7D (or 0xB84A7D) is unknown color: approx Royal Heath. HEX triplet: B8, 4A and 7D. RGB value is (184,74,125). Sum of RGB (Red+Green+Blue) = 184+74+125=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7D is #47B582. Grayscale: #707070. Windows color (decimal): -4699523 or 8211128. OLE color: 8211128.

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

Color convert

RGB18474125-
CMYK00.600.320.28
HSL332.18º43.65%50.59%-
HSV(B)332.18º59.78%72.16%-
XYZ25.9216.5721.23-
YUV112.7134.94178.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=48.04%
G=19.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847412500.600.320.28332.1843.6550.59
HexB84A7D03C201C14c2c33
Octal27011217507440345145463
Binary1011100010010101111101011110010000011100101001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A7D; }

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

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

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

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

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

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

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

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