#B84D7D

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

Shades of Royal Heath #B84D7D

Tints of Royal Heath #B84D7D

Color information

#B84D7D (or 0xB84D7D) is unknown color: approx Royal Heath. HEX triplet: B8, 4D and 7D. RGB value is (184,77,125). Sum of RGB (Red+Green+Blue) = 184+77+125=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D7D is #47B282. Grayscale: #727272. Windows color (decimal): -4698755 or 8211896. OLE color: 8211896.

HSL color Cylindrical-coordinate representation of color #B84D7D: hue angle of 333.08º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D7D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18477125-
CMYK00.580.320.28
HSL333.08º42.97%51.18%-
HSV(B)333.08º58.15%72.16%-
XYZ26.1216.9821.3-
YUV114.46133.95177.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=47.67%
G=19.95%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847712500.580.320.28333.0842.9751.18
HexB84D7D03A201C14d2b33
Octal27011517507240345155363
Binary1011100010011011111101011101010000011100101001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D7D; }

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

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

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

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

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

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

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

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