#B95275

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

Shades of Royal Heath #B95275

Tints of Royal Heath #B95275

Color information

#B95275 (or 0xB95275) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 75. RGB value is (185,82,117). Sum of RGB (Red+Green+Blue) = 185+82+117=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95275 is #46AD8A. Grayscale: #747474. Windows color (decimal): -4631947 or 7688889. OLE color: 7688889.

HSL color Cylindrical-coordinate representation of color #B95275: hue angle of 339.61º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95275 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18582117-
CMYK00.560.370.27
HSL339.61º42.39%52.35%-
HSV(B)339.61º55.68%72.55%-
XYZ26.2417.6318.85-
YUV116.79128.12176.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=48.18%
G=21.35%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858211700.560.370.27339.6142.3952.35
HexB95275038251B1542a34
Octal27112216507045335245264
Binary1011100110100101110101011100010010111011101010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95275; }

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

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

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

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

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

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

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

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