#B95A82

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

Shades of Royal Heath #B95A82

Tints of Royal Heath #B95A82

Color information

#B95A82 (or 0xB95A82) is unknown color: approx Royal Heath. HEX triplet: B9, 5A and 82. RGB value is (185,90,130). Sum of RGB (Red+Green+Blue) = 185+90+130=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A82 is #46A57D. Grayscale: #7A7A7A. Windows color (decimal): -4629886 or 8542905. OLE color: 8542905.

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

Color convert

RGB18590130-
CMYK00.510.300.27
HSL334.74º40.43%53.92%-
HSV(B)334.74º51.35%72.55%-
XYZ27.6919.2423.37-
YUV122.96131.97172.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=45.68%
G=22.22%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859013000.510.300.27334.7440.4353.92
HexB95A820331E1B14f2836
Octal27113220206336335175066
Binary1011100110110101000001001100111111011011101001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A82; }

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

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

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

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

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

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

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

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