#B1506E

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

Shades of Royal Heath #B1506E

Tints of Royal Heath #B1506E

Color information

#B1506E (or 0xB1506E) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 6E. RGB value is (177,80,110). Sum of RGB (Red+Green+Blue) = 177+80+110=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1506E is #4EAF91. Grayscale: #707070. Windows color (decimal): -5156754 or 7229617. OLE color: 7229617.

HSL color Cylindrical-coordinate representation of color #B1506E: hue angle of 341.44º 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 #B1506E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17780110-
CMYK00.550.380.31
HSL341.44º38.34%50.39%-
HSV(B)341.44º54.8%69.41%-
XYZ23.8116.2116.63-
YUV112.42126.64174.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=48.23%
G=21.80%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778011000.550.380.31341.4438.3450.39
HexB1506E037261F1552632
Octal26112015606746375254662
Binary1011000110100001101110011011110011011111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1506E; }

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

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

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

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

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

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

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

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