#B2567A

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

Shades of Royal Heath #B2567A

Tints of Royal Heath #B2567A

Color information

#B2567A (or 0xB2567A) is unknown color: approx Royal Heath. HEX triplet: B2, 56 and 7A. RGB value is (178,86,122). Sum of RGB (Red+Green+Blue) = 178+86+122=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2567A is #4DA985. Grayscale: #757575. Windows color (decimal): -5089670 or 8017586. OLE color: 8017586.

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

Color convert

RGB17886122-
CMYK00.520.310.30
HSL336.52º37.4%51.76%-
HSV(B)336.52º51.69%69.8%-
XYZ25.217.5320.47-
YUV117.61130.48171.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=46.11%
G=22.28%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788612200.520.310.30336.5237.451.76
HexB2567A0341F1E1512534
Octal26212617206437365214564
Binary101100101010110111101001101001111111110101010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2567A; }

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

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

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

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

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

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

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

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