#B1AC09

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

Shades of La Rioja #B1AC09

Tints of La Rioja #B1AC09

Color information

#B1AC09 (or 0xB1AC09) is unknown color: approx La Rioja. HEX triplet: B1, AC and 09. RGB value is (177,172,9). Sum of RGB (Red+Green+Blue) = 177+172+9=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AC09 is #4E53F6. Grayscale: #9B9B9B. Windows color (decimal): -5133303 or 634033. OLE color: 634033.

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

Color convert

RGB1771729-
CMYK00.030.950.31
HSL58.21º90.32%36.47%-
HSV(B)58.21º94.92%69.41%-
XYZ32.9338.876.03-
YUV154.9145.66143.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 9 (3.91% from 255) = 2.51%
R=49.44%
G=48.04%
B=2.51%

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
Decimal177172900.030.950.3158.2190.3236.47
HexB1AC9035F1F3a5a24
Octal2612541103137377213244
Binary101100011010110010010111011111111111110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC09; }

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

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

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

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

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

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

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

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