#B25274

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

Shades of Royal Heath #B25274

Tints of Royal Heath #B25274

Color information

#B25274 (or 0xB25274) is unknown color: approx Royal Heath. HEX triplet: B2, 52 and 74. RGB value is (178,82,116). Sum of RGB (Red+Green+Blue) = 178+82+116=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B25274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25274 is #4DAD8B. Grayscale: #727272. Windows color (decimal): -5090700 or 7623346. OLE color: 7623346.

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

Color convert

RGB17882116-
CMYK00.540.350.30
HSL338.75º38.4%50.98%-
HSV(B)338.75º53.93%69.8%-
XYZ24.5316.7618.47-
YUV114.58128.8173.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=47.34%
G=21.81%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788211600.540.350.30338.7538.450.98
HexB25274036231E1532633
Octal26212216406643365234663
Binary1011001010100101110100011011010001111110101010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25274; }

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

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

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

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

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

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

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

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