#B95B82

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

Shades of Royal Heath #B95B82

Tints of Royal Heath #B95B82

Color information

#B95B82 (or 0xB95B82) is unknown color: approx Royal Heath. HEX triplet: B9, 5B and 82. RGB value is (185,91,130). Sum of RGB (Red+Green+Blue) = 185+91+130=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B82 is #46A47D. Grayscale: #7B7B7B. Windows color (decimal): -4629630 or 8543161. OLE color: 8543161.

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

Color convert

RGB18591130-
CMYK00.510.300.27
HSL335.11º40.17%54.12%-
HSV(B)335.11º50.81%72.55%-
XYZ27.7819.4123.4-
YUV123.55131.64171.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=45.57%
G=22.41%
B=32.02%

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
Decimal1859113000.510.300.27335.1140.1754.12
HexB95B820331E1B14f2836
Octal27113320206336335175066
Binary1011100110110111000001001100111111011011101001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B82; }

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

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

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

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

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

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

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

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