#B85A75

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

Shades of Royal Heath #B85A75

Tints of Royal Heath #B85A75

Color information

#B85A75 (or 0xB85A75) is unknown color: approx Royal Heath. HEX triplet: B8, 5A and 75. RGB value is (184,90,117). Sum of RGB (Red+Green+Blue) = 184+90+117=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A75 is #47A58A. Grayscale: #797979. Windows color (decimal): -4695435 or 7690936. OLE color: 7690936.

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

Color convert

RGB18490117-
CMYK00.510.360.28
HSL342.77º39.83%53.73%-
HSV(B)342.77º51.09%72.16%-
XYZ26.6318.7919.05-
YUV121.18125.64172.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=47.06%
G=23.02%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849011700.510.360.28342.7739.8353.73
HexB85A75033241C1572836
Octal27013216506344345275066
Binary1011100010110101110101011001110010011100101010111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A75; }

 p { color: rgb(184,90,117); }

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

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

 a { background-color: rgb(184,90,117); }

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

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

 span { border-color: rgb(184,90,117); }

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