#B95078

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

Shades of Royal Heath #B95078

Tints of Royal Heath #B95078

Color information

#B95078 (or 0xB95078) is unknown color: approx Royal Heath. HEX triplet: B9, 50 and 78. RGB value is (185,80,120). Sum of RGB (Red+Green+Blue) = 185+80+120=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B95078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95078 is #46AF87. Grayscale: #737373. Windows color (decimal): -4632456 or 7884985. OLE color: 7884985.

HSL color Cylindrical-coordinate representation of color #B95078: hue angle of 337.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95078 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18580120-
CMYK00.570.350.27
HSL337.14º42.86%51.96%-
HSV(B)337.14º56.76%72.55%-
XYZ26.2717.4119.74-
YUV115.95130.29177.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=48.05%
G=20.78%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858012000.570.350.27337.1442.8651.96
HexB95078039231B1512b34
Octal27112017007143335215364
Binary1011100110100001111000011100110001111011101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95078; }

 p { color: rgb(185,80,120); }

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

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

 a { background-color: rgb(185,80,120); }

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

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

 span { border-color: rgb(185,80,120); }

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