#B65878

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

Shades of Royal Heath #B65878

Tints of Royal Heath #B65878

Color information

#B65878 (or 0xB65878) is unknown color: approx Royal Heath. HEX triplet: B6, 58 and 78. RGB value is (182,88,120). Sum of RGB (Red+Green+Blue) = 182+88+120=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B65878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65878 is #49A787. Grayscale: #777777. Windows color (decimal): -4827016 or 7887030. OLE color: 7887030.

HSL color Cylindrical-coordinate representation of color #B65878: hue angle of 339.57º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65878 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18288120-
CMYK00.520.340.29
HSL339.57º39.17%52.94%-
HSV(B)339.57º51.65%71.37%-
XYZ26.1718.2819.92-
YUV119.75128.14172.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=46.67%
G=22.56%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828812000.520.340.29339.5739.1752.94
HexB65878034221D1542735
Octal26613017006442355244765
Binary1011011010110001111000011010010001011101101010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65878; }

 p { color: rgb(182,88,120); }

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

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

 a { background-color: rgb(182,88,120); }

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

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

 span { border-color: rgb(182,88,120); }

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