#B2486F

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

Shades of Royal Heath #B2486F

Tints of Royal Heath #B2486F

Color information

#B2486F (or 0xB2486F) is unknown color: approx Royal Heath. HEX triplet: B2, 48 and 6F. RGB value is (178,72,111). Sum of RGB (Red+Green+Blue) = 178+72+111=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2486F is #4DB790. Grayscale: #6C6C6C. Windows color (decimal): -5093265 or 7293106. OLE color: 7293106.

HSL color Cylindrical-coordinate representation of color #B2486F: hue angle of 337.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2486F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17872111-
CMYK00.600.380.30
HSL337.92º42.4%49.02%-
HSV(B)337.92º59.55%69.8%-
XYZ23.5515.2516.74-
YUV108.14129.62177.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=49.31%
G=19.94%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787211100.600.380.30337.9242.449.02
HexB2486F03C261E1522a31
Octal26211015707446365225261
Binary1011001010010001101111011110010011011110101010010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2486F; }

 p { color: rgb(178,72,111); }

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

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

 a { background-color: rgb(178,72,111); }

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

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

 span { border-color: rgb(178,72,111); }

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