#B1506F

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

Shades of Royal Heath #B1506F

Tints of Royal Heath #B1506F

Color information

#B1506F (or 0xB1506F) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 6F. RGB value is (177,80,111). Sum of RGB (Red+Green+Blue) = 177+80+111=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1506F is #4EAF90. Grayscale: #707070. Windows color (decimal): -5156753 or 7295153. OLE color: 7295153.

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

Color convert

RGB17780111-
CMYK00.550.370.31
HSL340.82º38.34%50.39%-
HSV(B)340.82º54.8%69.41%-
XYZ23.8716.2316.91-
YUV112.54127.14173.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=48.10%
G=21.74%
B=30.16%

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
Decimal1778011100.550.370.31340.8238.3450.39
HexB1506F037251F1552632
Octal26112015706745375254662
Binary1011000110100001101111011011110010111111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1506F; }

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

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

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

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

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

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

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

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