#B1AB07

Color #B1AB07 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B1AB07

Tints of La Rioja #B1AB07

Color information

#B1AB07 (or 0xB1AB07) is unknown color: approx La Rioja. HEX triplet: B1, AB and 07. RGB value is (177,171,7). Sum of RGB (Red+Green+Blue) = 177+171+7=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AB07 is #4E54F8. Grayscale: #9A9A9A. Windows color (decimal): -5133561 or 502705. OLE color: 502705.

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

Color convert

RGB1771717-
CMYK00.030.960.31
HSL57.88º92.39%36.08%-
HSV(B)57.88º96.05%69.41%-
XYZ32.7338.495.9-
YUV154.144.99144.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=49.86%
G=48.17%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177171700.030.960.3157.8892.3936.08
HexB1AB703601F3a5c24
Octal261253703140377213444
Binary10110001101010111110111100000111111110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB07; }

 p { color: rgb(177,171,7); }

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

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

 a { background-color: rgb(177,171,7); }

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

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

 span { border-color: rgb(177,171,7); }

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