#B8466C

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

Shades of Royal Heath #B8466C

Tints of Royal Heath #B8466C

Color information

#B8466C (or 0xB8466C) is unknown color: approx Royal Heath. HEX triplet: B8, 46 and 6C. RGB value is (184,70,108). Sum of RGB (Red+Green+Blue) = 184+70+108=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8466C is #47B993. Grayscale: #6C6C6C. Windows color (decimal): -4700564 or 7095992. OLE color: 7095992.

HSL color Cylindrical-coordinate representation of color #B8466C: hue angle of 340º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8466C is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18470108-
CMYK00.620.410.28
HSL340º44.88%49.8%-
HSV(B)340º61.96%72.16%-
XYZ24.6615.6515.91-
YUV108.42127.77181.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=50.83%
G=19.34%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847010800.620.410.2834044.8849.8
HexB8466C03E291C1542d32
Octal27010615407651345245562
Binary1011100010001101101100011111010100111100101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8466C; }

 p { color: rgb(184,70,108); }

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

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

 a { background-color: rgb(184,70,108); }

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

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

 span { border-color: rgb(184,70,108); }

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