#BAB10B

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

Shades of La Rioja #BAB10B

Tints of La Rioja #BAB10B

Color information

#BAB10B (or 0xBAB10B) is unknown color: approx La Rioja. HEX triplet: BA, B1 and 0B. RGB value is (186,177,11). Sum of RGB (Red+Green+Blue) = 186+177+11=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB10B is #454EF4. Grayscale: #A1A1A1. Windows color (decimal): -4542197 or 766394. OLE color: 766394.

HSL color Cylindrical-coordinate representation of color #BAB10B: hue angle of 56.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAB10B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18617711-
CMYK00.050.940.27
HSL56.91º88.83%38.63%-
HSV(B)56.91º94.09%72.94%-
XYZ36.0341.916.51-
YUV160.7743.48146-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 11 (4.69% from 255) = 2.94%
R=49.73%
G=47.33%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861771100.050.940.2756.9188.8338.63
HexBAB1B055E1B395927
Octal2722611305136337113147
Binary1011101010110001101101011011110110111110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB10B; }

 p { color: rgb(186,177,11); }

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

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

 a { background-color: rgb(186,177,11); }

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

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

 span { border-color: rgb(186,177,11); }

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