#B95A75

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

Shades of Royal Heath #B95A75

Tints of Royal Heath #B95A75

Color information

#B95A75 (or 0xB95A75) is unknown color: approx Royal Heath. HEX triplet: B9, 5A and 75. RGB value is (185,90,117). Sum of RGB (Red+Green+Blue) = 185+90+117=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A75 is #46A58A. Grayscale: #797979. Windows color (decimal): -4629899 or 7690937. OLE color: 7690937.

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

Color convert

RGB18590117-
CMYK00.510.370.27
HSL342.95º40.43%53.92%-
HSV(B)342.95º51.35%72.55%-
XYZ26.8718.9119.06-
YUV121.48125.47173.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=47.19%
G=22.96%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859011700.510.370.27342.9540.4353.92
HexB95A75033251B1572836
Octal27113216506345335275066
Binary1011100110110101110101011001110010111011101010111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A75; }

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

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

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

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

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

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

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

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