#B25973

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

Shades of Royal Heath #B25973

Tints of Royal Heath #B25973

Color information

#B25973 (or 0xB25973) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 73. RGB value is (178,89,115). Sum of RGB (Red+Green+Blue) = 178+89+115=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B25973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25973 is #4DA68C. Grayscale: #767676. Windows color (decimal): -5088909 or 7559602. OLE color: 7559602.

HSL color Cylindrical-coordinate representation of color #B25973: hue angle of 342.47º 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 #B25973 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17889115-
CMYK00.50.350.30
HSL342.47º36.63%52.35%-
HSV(B)342.47º50%69.8%-
XYZ25.0317.8518.35-
YUV118.58125.99170.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=46.60%
G=23.30%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788911500.50.350.30342.4736.6352.35
HexB25973032231E1562534
Octal26213116306243365264564
Binary1011001010110011110011011001010001111110101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25973; }

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

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

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

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

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

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

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

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