#B85C79

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

Shades of Royal Heath #B85C79

Tints of Royal Heath #B85C79

Color information

#B85C79 (or 0xB85C79) is unknown color: approx Royal Heath. HEX triplet: B8, 5C and 79. RGB value is (184,92,121). Sum of RGB (Red+Green+Blue) = 184+92+121=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C79 is #47A386. Grayscale: #7A7A7A. Windows color (decimal): -4694919 or 7953592. OLE color: 7953592.

HSL color Cylindrical-coordinate representation of color #B85C79: hue angle of 341.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C79 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18492121-
CMYK00.500.340.28
HSL341.09º39.32%54.12%-
HSV(B)341.09º50%72.16%-
XYZ27.0519.2320.37-
YUV122.81126.98171.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=46.35%
G=23.17%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849212100.500.340.28341.0939.3254.12
HexB85C79032221C1552736
Octal27013417106242345254766
Binary1011100010111001111001011001010001011100101010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C79; }

 p { color: rgb(184,92,121); }

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

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

 a { background-color: rgb(184,92,121); }

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

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

 span { border-color: rgb(184,92,121); }

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