#B84A7B

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

Shades of Royal Heath #B84A7B

Tints of Royal Heath #B84A7B

Color information

#B84A7B (or 0xB84A7B) is unknown color: approx Royal Heath. HEX triplet: B8, 4A and 7B. RGB value is (184,74,123). Sum of RGB (Red+Green+Blue) = 184+74+123=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7B is #47B584. Grayscale: #707070. Windows color (decimal): -4699525 or 8080056. OLE color: 8080056.

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

Color convert

RGB18474123-
CMYK00.600.330.28
HSL333.27º43.65%50.59%-
HSV(B)333.27º59.78%72.16%-
XYZ25.7916.5220.57-
YUV112.48133.94179.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=48.29%
G=19.42%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847412300.600.330.28333.2743.6550.59
HexB84A7B03C211C14d2c33
Octal27011217307441345155463
Binary1011100010010101111011011110010000111100101001101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A7B; }

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

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

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

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

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

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

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

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