#B84C6E

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

Shades of Royal Heath #B84C6E

Tints of Royal Heath #B84C6E

Color information

#B84C6E (or 0xB84C6E) is unknown color: approx Royal Heath. HEX triplet: B8, 4C and 6E. RGB value is (184,76,110). Sum of RGB (Red+Green+Blue) = 184+76+110=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C6E is #47B391. Grayscale: #707070. Windows color (decimal): -4699026 or 7228600. OLE color: 7228600.

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

Color convert

RGB18476110-
CMYK00.590.400.28
HSL341.11º43.2%50.98%-
HSV(B)341.11º58.7%72.16%-
XYZ25.1716.4916.61-
YUV112.17126.78179.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=49.73%
G=20.54%
B=29.73%

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
Decimal1847611000.590.400.28341.1143.250.98
HexB84C6E03B281C1552b33
Octal27011415607350345255363
Binary1011100010011001101110011101110100011100101010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C6E; }

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

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

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

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

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

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

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

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