#B85A7A

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

Shades of Royal Heath #B85A7A

Tints of Royal Heath #B85A7A

Color information

#B85A7A (or 0xB85A7A) is unknown color: approx Royal Heath. HEX triplet: B8, 5A and 7A. RGB value is (184,90,122). Sum of RGB (Red+Green+Blue) = 184+90+122=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A7A is #47A585. Grayscale: #797979. Windows color (decimal): -4695430 or 8018616. OLE color: 8018616.

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

Color convert

RGB18490122-
CMYK00.510.340.28
HSL339.57º39.83%53.73%-
HSV(B)339.57º51.09%72.16%-
XYZ26.9418.9120.64-
YUV121.75128.14172.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=46.46%
G=22.73%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849012200.510.340.28339.5739.8353.73
HexB85A7A033221C1542836
Octal27013217206342345245066
Binary1011100010110101111010011001110001011100101010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A7A; }

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

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

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

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

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

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

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

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