#B95B83

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

Shades of Royal Heath #B95B83

Tints of Royal Heath #B95B83

Color information

#B95B83 (or 0xB95B83) is unknown color: approx Royal Heath. HEX triplet: B9, 5B and 83. RGB value is (185,91,131). Sum of RGB (Red+Green+Blue) = 185+91+131=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B83 is #46A47C. Grayscale: #7B7B7B. Windows color (decimal): -4629629 or 8608697. OLE color: 8608697.

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

Color convert

RGB18591131-
CMYK00.510.290.27
HSL334.47º40.17%54.12%-
HSV(B)334.47º50.81%72.55%-
XYZ27.8519.4423.76-
YUV123.67132.14171.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=45.45%
G=22.36%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859113100.510.290.27334.4740.1754.12
HexB95B830331D1B14e2836
Octal27113320306335335165066
Binary1011100110110111000001101100111110111011101001110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B83; }

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

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

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

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

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

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

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

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