#B3567E

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

Shades of Royal Heath #B3567E

Tints of Royal Heath #B3567E

Color information

#B3567E (or 0xB3567E) is unknown color: approx Royal Heath. HEX triplet: B3, 56 and 7E. RGB value is (179,86,126). Sum of RGB (Red+Green+Blue) = 179+86+126=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3567E is #4CA981. Grayscale: #767676. Windows color (decimal): -5024130 or 8279731. OLE color: 8279731.

HSL color Cylindrical-coordinate representation of color #B3567E: hue angle of 334.19º degrees, saturation: 0.38, 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 #B3567E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17986126-
CMYK00.520.300.30
HSL334.19º37.96%51.96%-
HSV(B)334.19º51.96%70.2%-
XYZ25.6817.7521.81-
YUV118.37132.31171.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=45.78%
G=21.99%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798612600.520.300.30334.1937.9651.96
HexB3567E0341E1E14e2634
Octal26312617606436365164664
Binary101100111010110111111001101001111011110101001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3567E; }

 p { color: rgb(179,86,126); }

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

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

 a { background-color: rgb(179,86,126); }

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

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

 span { border-color: rgb(179,86,126); }

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