#B95782

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

Shades of Royal Heath #B95782

Tints of Royal Heath #B95782

Color information

#B95782 (or 0xB95782) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 82. RGB value is (185,87,130). Sum of RGB (Red+Green+Blue) = 185+87+130=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B95782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95782 is #46A87D. Grayscale: #797979. Windows color (decimal): -4630654 or 8542137. OLE color: 8542137.

HSL color Cylindrical-coordinate representation of color #B95782: hue angle of 333.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95782 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18587130-
CMYK00.530.300.27
HSL333.67º41.18%53.33%-
HSV(B)333.67º52.97%72.55%-
XYZ27.4518.7423.29-
YUV121.2132.97173.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=46.02%
G=21.64%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858713000.530.300.27333.6741.1853.33
HexB957820351E1B14e2935
Octal27112720206536335165165
Binary1011100110101111000001001101011111011011101001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95782; }

 p { color: rgb(185,87,130); }

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

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

 a { background-color: rgb(185,87,130); }

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

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

 span { border-color: rgb(185,87,130); }

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