#B2587E

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

Shades of Royal Heath #B2587E

Tints of Royal Heath #B2587E

Color information

#B2587E (or 0xB2587E) is unknown color: approx Royal Heath. HEX triplet: B2, 58 and 7E. RGB value is (178,88,126). Sum of RGB (Red+Green+Blue) = 178+88+126=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2587E is #4DA781. Grayscale: #777777. Windows color (decimal): -5089154 or 8280242. OLE color: 8280242.

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

Color convert

RGB17888126-
CMYK00.510.290.30
HSL334.67º36.89%52.16%-
HSV(B)334.67º50.56%69.8%-
XYZ25.6217.9521.85-
YUV119.24131.82169.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=45.41%
G=22.45%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788812600.510.290.30334.6736.8952.16
HexB2587E0331D1E14f2534
Octal26213017606335365174564
Binary101100101011000111111001100111110111110101001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2587E; }

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

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

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

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

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

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

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

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