#B95174

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

Shades of Royal Heath #B95174

Tints of Royal Heath #B95174

Color information

#B95174 (or 0xB95174) is unknown color: approx Royal Heath. HEX triplet: B9, 51 and 74. RGB value is (185,81,116). Sum of RGB (Red+Green+Blue) = 185+81+116=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95174 is #46AE8B. Grayscale: #747474. Windows color (decimal): -4632204 or 7623097. OLE color: 7623097.

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

Color convert

RGB18581116-
CMYK00.560.370.27
HSL339.81º42.62%52.16%-
HSV(B)339.81º56.22%72.55%-
XYZ26.117.4618.52-
YUV116.09127.96177.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=48.43%
G=21.20%
B=30.37%

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
Decimal1858111600.560.370.27339.8142.6252.16
HexB95174038251B1542b34
Octal27112116407045335245364
Binary1011100110100011110100011100010010111011101010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95174; }

 p { color: rgb(185,81,116); }

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

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

 a { background-color: rgb(185,81,116); }

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

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

 span { border-color: rgb(185,81,116); }

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