#B2587A

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

Shades of Royal Heath #B2587A

Tints of Royal Heath #B2587A

Color information

#B2587A (or 0xB2587A) is unknown color: approx Royal Heath. HEX triplet: B2, 58 and 7A. RGB value is (178,88,122). Sum of RGB (Red+Green+Blue) = 178+88+122=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2587A is #4DA785. Grayscale: #767676. Windows color (decimal): -5089158 or 8018098. OLE color: 8018098.

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

Color convert

RGB17888122-
CMYK00.510.310.30
HSL337.33º36.89%52.16%-
HSV(B)337.33º50.56%69.8%-
XYZ25.3617.8520.52-
YUV118.79129.82170.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=45.88%
G=22.68%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788812200.510.310.30337.3336.8952.16
HexB2587A0331F1E1512534
Octal26213017206337365214564
Binary101100101011000111101001100111111111110101010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2587A; }

 p { color: rgb(178,88,122); }

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

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

 a { background-color: rgb(178,88,122); }

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

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

 span { border-color: rgb(178,88,122); }

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