#B95472

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

Shades of Royal Heath #B95472

Tints of Royal Heath #B95472

Color information

#B95472 (or 0xB95472) is unknown color: approx Royal Heath. HEX triplet: B9, 54 and 72. RGB value is (185,84,114). Sum of RGB (Red+Green+Blue) = 185+84+114=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95472 is #46AB8D. Grayscale: #757575. Windows color (decimal): -4631438 or 7492793. OLE color: 7492793.

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

Color convert

RGB18584114-
CMYK00.550.380.27
HSL342.18º41.91%52.75%-
HSV(B)342.18º54.59%72.55%-
XYZ26.2217.8717.99-
YUV117.62125.96176.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=48.30%
G=21.93%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858411400.550.380.27342.1841.9152.75
HexB95472037261B1562a35
Octal27112416206746335265265
Binary1011100110101001110010011011110011011011101010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95472; }

 p { color: rgb(185,84,114); }

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

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

 a { background-color: rgb(185,84,114); }

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

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

 span { border-color: rgb(185,84,114); }

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