#B25974

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

Shades of Royal Heath #B25974

Tints of Royal Heath #B25974

Color information

#B25974 (or 0xB25974) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 74. RGB value is (178,89,116). Sum of RGB (Red+Green+Blue) = 178+89+116=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B25974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25974 is #4DA68B. Grayscale: #767676. Windows color (decimal): -5088908 or 7625138. OLE color: 7625138.

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

Color convert

RGB17889116-
CMYK00.50.350.30
HSL341.8º36.63%52.35%-
HSV(B)341.8º50%69.8%-
XYZ25.0817.8718.65-
YUV118.69126.49170.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=46.48%
G=23.24%
B=30.29%

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
Decimal1788911600.50.350.30341.836.6352.35
HexB25974032231E1562534
Octal26213116406243365264564
Binary1011001010110011110100011001010001111110101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25974; }

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

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

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

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

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

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

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

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