#B95271

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

Shades of Royal Heath #B95271

Tints of Royal Heath #B95271

Color information

#B95271 (or 0xB95271) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 71. RGB value is (185,82,113). Sum of RGB (Red+Green+Blue) = 185+82+113=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B95271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95271 is #46AD8E. Grayscale: #747474. Windows color (decimal): -4631951 or 7426745. OLE color: 7426745.

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

Color convert

RGB18582113-
CMYK00.560.390.27
HSL341.94º42.39%52.35%-
HSV(B)341.94º55.68%72.55%-
XYZ26.0117.5417.64-
YUV116.33126.12176.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=48.68%
G=21.58%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858211300.560.390.27341.9442.3952.35
HexB95271038271B1562a34
Octal27112216107047335265264
Binary1011100110100101110001011100010011111011101010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95271; }

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

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

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

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

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

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

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

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