#B95276

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

Shades of Royal Heath #B95276

Tints of Royal Heath #B95276

Color information

#B95276 (or 0xB95276) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 76. RGB value is (185,82,118). Sum of RGB (Red+Green+Blue) = 185+82+118=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B95276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95276 is #46AD89. Grayscale: #747474. Windows color (decimal): -4631946 or 7754425. OLE color: 7754425.

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

Color convert

RGB18582118-
CMYK00.560.360.27
HSL339.03º42.39%52.35%-
HSV(B)339.03º55.68%72.55%-
XYZ26.2917.6619.16-
YUV116.9128.62176.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=48.05%
G=21.30%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858211800.560.360.27339.0342.3952.35
HexB95276038241B1532a34
Octal27112216607044335235264
Binary1011100110100101110110011100010010011011101010011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95276; }

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

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

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

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

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

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

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

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