#B95279

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

Shades of Royal Heath #B95279

Tints of Royal Heath #B95279

Color information

#B95279 (or 0xB95279) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 79. RGB value is (185,82,121). Sum of RGB (Red+Green+Blue) = 185+82+121=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95279 is #46AD86. Grayscale: #757575. Windows color (decimal): -4631943 or 7951033. OLE color: 7951033.

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

Color convert

RGB18582121-
CMYK00.560.350.27
HSL337.28º42.39%52.35%-
HSV(B)337.28º55.68%72.55%-
XYZ26.4817.7320.12-
YUV117.24130.12176.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=47.68%
G=21.13%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858212100.560.350.27337.2842.3952.35
HexB95279038231B1512a34
Octal27112217107043335215264
Binary1011100110100101111001011100010001111011101010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95279; }

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

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

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

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

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

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

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

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