#B84C6F

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

Shades of Royal Heath #B84C6F

Tints of Royal Heath #B84C6F

Color information

#B84C6F (or 0xB84C6F) is unknown color: approx Royal Heath. HEX triplet: B8, 4C and 6F. RGB value is (184,76,111). Sum of RGB (Red+Green+Blue) = 184+76+111=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C6F is #47B390. Grayscale: #707070. Windows color (decimal): -4699025 or 7294136. OLE color: 7294136.

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

Color convert

RGB18476111-
CMYK00.590.400.28
HSL340.56º43.2%50.98%-
HSV(B)340.56º58.7%72.16%-
XYZ25.2216.5116.9-
YUV112.28127.28179.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=49.60%
G=20.49%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847611100.590.400.28340.5643.250.98
HexB84C6F03B281C1552b33
Octal27011415707350345255363
Binary1011100010011001101111011101110100011100101010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C6F; }

 p { color: rgb(184,76,111); }

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

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

 a { background-color: rgb(184,76,111); }

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

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

 span { border-color: rgb(184,76,111); }

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