#B25475

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

Shades of Royal Heath #B25475

Tints of Royal Heath #B25475

Color information

#B25475 (or 0xB25475) is unknown color: approx Royal Heath. HEX triplet: B2, 54 and 75. RGB value is (178,84,117). Sum of RGB (Red+Green+Blue) = 178+84+117=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25475 is #4DAB8A. Grayscale: #737373. Windows color (decimal): -5090187 or 7689394. OLE color: 7689394.

HSL color Cylindrical-coordinate representation of color #B25475: hue angle of 338.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25475 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17884117-
CMYK00.530.340.30
HSL338.94º37.9%51.37%-
HSV(B)338.94º52.81%69.8%-
XYZ24.7417.0918.82-
YUV115.87128.64172.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=46.97%
G=22.16%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788411700.530.340.30338.9437.951.37
HexB25475035221E1532633
Octal26212416506542365234663
Binary1011001010101001110101011010110001011110101010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25475; }

 p { color: rgb(178,84,117); }

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

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

 a { background-color: rgb(178,84,117); }

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

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

 span { border-color: rgb(178,84,117); }

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