#B1AB09

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

Shades of La Rioja #B1AB09

Tints of La Rioja #B1AB09

Color information

#B1AB09 (or 0xB1AB09) is unknown color: approx La Rioja. HEX triplet: B1, AB and 09. RGB value is (177,171,9). Sum of RGB (Red+Green+Blue) = 177+171+9=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AB09 is #4E54F6. Grayscale: #9A9A9A. Windows color (decimal): -5133559 or 633777. OLE color: 633777.

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

Color convert

RGB1771719-
CMYK00.030.950.31
HSL57.86º90.32%36.47%-
HSV(B)57.86º94.92%69.41%-
XYZ32.7438.495.96-
YUV154.3345.99144.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 171 (67.19% from 255) = 47.90%
BLUE value IS 9 (3.91% from 255) = 2.52%
R=49.58%
G=47.90%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177171900.030.950.3157.8690.3236.47
HexB1AB9035F1F3a5a24
Octal2612531103137377213244
Binary101100011010101110010111011111111111110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB09; }

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

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

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

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

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

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

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

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