#b0506e

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

Shades of Royal Heath #B0506E

Tints of Royal Heath #B0506E

Color information

#B0506E (or 0xB0506E) is unknown color: approx Royal Heath. HEX triplet: B0, 50 and 6E. RGB value is (176,80,110). Sum of RGB (Red+Green+Blue) = 176+80+110=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0506E is #4FAF91. Grayscale: #707070. Windows color (decimal): -5222290 or 7229616. OLE color: 7229616.

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

Color convert

RGB17680110-
CMYK00.550.370.31
HSL341.25º37.8%50.2%-
HSV(B)341.25º54.55%69.02%-
XYZ23.5916.0916.61-
YUV112.12126.8173.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=48.09%
G=21.86%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768011000.550.370.31341.2537.850.2
HexB0506E037251F1552632
Octal26012015606745375254662
Binary1011000010100001101110011011110010111111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0506e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0506e; }

 p { color: rgb(176,80,110); }

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

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

 a { background-color: rgb(176,80,110); }

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

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

 span { border-color: rgb(176,80,110); }

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