#B95A7E

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

Shades of Royal Heath #B95A7E

Tints of Royal Heath #B95A7E

Color information

#B95A7E (or 0xB95A7E) is unknown color: approx Royal Heath. HEX triplet: B9, 5A and 7E. RGB value is (185,90,126). Sum of RGB (Red+Green+Blue) = 185+90+126=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A7E is #46A581. Grayscale: #7A7A7A. Windows color (decimal): -4629890 or 8280761. OLE color: 8280761.

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

Color convert

RGB18590126-
CMYK00.510.320.27
HSL337.26º40.43%53.92%-
HSV(B)337.26º51.35%72.55%-
XYZ27.4319.1321.99-
YUV122.51129.97172.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=46.13%
G=22.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859012600.510.320.27337.2640.4353.92
HexB95A7E033201B1512836
Octal27113217606340335215066
Binary1011100110110101111110011001110000011011101010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A7E; }

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

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

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

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

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

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

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

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