#B1AF0A

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

Shades of La Rioja #B1AF0A

Tints of La Rioja #B1AF0A

Color information

#B1AF0A (or 0xB1AF0A) is unknown color: approx La Rioja. HEX triplet: B1, AF and 0A. RGB value is (177,175,10). Sum of RGB (Red+Green+Blue) = 177+175+10=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AF0A is #4E50F5. Grayscale: #9D9D9D. Windows color (decimal): -5132534 or 700337. OLE color: 700337.

HSL color Cylindrical-coordinate representation of color #B1AF0A: hue angle of 59.28º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1AF0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17717510-
CMYK00.010.940.31
HSL59.28º89.3%36.67%-
HSV(B)59.28º94.35%69.41%-
XYZ33.5240.036.25-
YUV156.7945.16142.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 10 (4.30% from 255) = 2.76%
R=48.90%
G=48.34%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771751000.010.940.3159.2889.336.67
HexB1AFA015E1F3b5925
Octal2612571201136377313145
Binary10110001101011111010011011110111111110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF0A; }

 p { color: rgb(177,175,10); }

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

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

 a { background-color: rgb(177,175,10); }

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

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

 span { border-color: rgb(177,175,10); }

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