#B0567B

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

Shades of Royal Heath #B0567B

Tints of Royal Heath #B0567B

Color information

#B0567B (or 0xB0567B) is unknown color: approx Royal Heath. HEX triplet: B0, 56 and 7B. RGB value is (176,86,123). Sum of RGB (Red+Green+Blue) = 176+86+123=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567B is #4FA984. Grayscale: #757575. Windows color (decimal): -5220741 or 8083120. OLE color: 8083120.

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

Color convert

RGB17686123-
CMYK00.510.300.31
HSL335.33º36.29%51.37%-
HSV(B)335.33º51.14%69.02%-
XYZ24.8117.3220.77-
YUV117.13131.32169.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=45.71%
G=22.34%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768612300.510.300.31335.3336.2951.37
HexB0567B0331E1F14f2433
Octal26012617306336375174463
Binary101100001010110111101101100111111011111101001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0567B; }

 p { color: rgb(176,86,123); }

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

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

 a { background-color: rgb(176,86,123); }

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

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

 span { border-color: rgb(176,86,123); }

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