#B2486B

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

Shades of Royal Heath #B2486B

Tints of Royal Heath #B2486B

Color information

#B2486B (or 0xB2486B) is unknown color: approx Royal Heath. HEX triplet: B2, 48 and 6B. RGB value is (178,72,107). Sum of RGB (Red+Green+Blue) = 178+72+107=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2486B is #4DB794. Grayscale: #6B6B6B. Windows color (decimal): -5093269 or 7030962. OLE color: 7030962.

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

Color convert

RGB17872107-
CMYK00.600.400.30
HSL340.19º42.4%49.02%-
HSV(B)340.19º59.55%69.8%-
XYZ23.3315.1615.61-
YUV107.68127.62178.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=49.86%
G=20.17%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787210700.600.400.30340.1942.449.02
HexB2486B03C281E1542a31
Octal26211015307450365245261
Binary1011001010010001101011011110010100011110101010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2486B; }

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

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

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

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

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

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

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

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