#B95A7F

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

Shades of Royal Heath #B95A7F

Tints of Royal Heath #B95A7F

Color information

#B95A7F (or 0xB95A7F) is unknown color: approx Royal Heath. HEX triplet: B9, 5A and 7F. RGB value is (185,90,127). Sum of RGB (Red+Green+Blue) = 185+90+127=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A7F is #46A580. Grayscale: #7A7A7A. Windows color (decimal): -4629889 or 8346297. OLE color: 8346297.

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

Color convert

RGB18590127-
CMYK00.510.310.27
HSL336.63º40.43%53.92%-
HSV(B)336.63º51.35%72.55%-
XYZ27.4919.1622.33-
YUV122.62130.47172.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 127 (50% from 255) = 31.59%
R=46.02%
G=22.39%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859012700.510.310.27336.6340.4353.92
HexB95A7F0331F1B1512836
Octal27113217706337335215066
Binary101110011011010111111101100111111111011101010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A7F; }

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

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

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

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

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

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

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

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