#B1567E

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

Shades of Royal Heath #B1567E

Tints of Royal Heath #B1567E

Color information

#B1567E (or 0xB1567E) is unknown color: approx Royal Heath. HEX triplet: B1, 56 and 7E. RGB value is (177,86,126). Sum of RGB (Red+Green+Blue) = 177+86+126=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567E is #4EA981. Grayscale: #757575. Windows color (decimal): -5155202 or 8279729. OLE color: 8279729.

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

Color convert

RGB17786126-
CMYK00.510.290.31
HSL333.63º36.84%51.57%-
HSV(B)333.63º51.41%69.41%-
XYZ25.2317.5121.79-
YUV117.77132.65170.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=45.50%
G=22.11%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778612600.510.290.31333.6336.8451.57
HexB1567E0331D1F14e2534
Octal26112617606335375164564
Binary101100011010110111111001100111110111111101001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1567E; }

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

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

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

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

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

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

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

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