#B85D7A

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

Shades of Royal Heath #B85D7A

Tints of Royal Heath #B85D7A

Color information

#B85D7A (or 0xB85D7A) is unknown color: approx Royal Heath. HEX triplet: B8, 5D and 7A. RGB value is (184,93,122). Sum of RGB (Red+Green+Blue) = 184+93+122=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D7A is #47A285. Grayscale: #7B7B7B. Windows color (decimal): -4694662 or 8019384. OLE color: 8019384.

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

Color convert

RGB18493122-
CMYK00.490.340.28
HSL340.88º39.06%54.31%-
HSV(B)340.88º49.46%72.16%-
XYZ27.1919.4220.73-
YUV123.52127.15171.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=46.12%
G=23.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849312200.490.340.28340.8839.0654.31
HexB85D7A031221C1552736
Octal27013517206142345254766
Binary1011100010111011111010011000110001011100101010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D7A; }

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

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

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

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

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

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

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

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