#B25978

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

Shades of Royal Heath #B25978

Tints of Royal Heath #B25978

Color information

#B25978 (or 0xB25978) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 78. RGB value is (178,89,120). Sum of RGB (Red+Green+Blue) = 178+89+120=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B25978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25978 is #4DA687. Grayscale: #777777. Windows color (decimal): -5088904 or 7887282. OLE color: 7887282.

HSL color Cylindrical-coordinate representation of color #B25978: hue angle of 339.1º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25978 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17889120-
CMYK00.50.330.30
HSL339.1º36.63%52.35%-
HSV(B)339.1º50%69.8%-
XYZ25.3217.9719.9-
YUV119.15128.49169.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=45.99%
G=23.00%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788912000.50.330.30339.136.6352.35
HexB25978032211E1532534
Octal26213117006241365234564
Binary1011001010110011111000011001010000111110101010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25978; }

 p { color: rgb(178,89,120); }

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

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

 a { background-color: rgb(178,89,120); }

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

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

 span { border-color: rgb(178,89,120); }

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