Html Css Color HEX #BAB111 La Rioja

📋 copy color: '#BAB111'

red 186 ◦ green 177 ◦ blue 17

#BAB111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BAB111

Tints of La Rioja #BAB111

RGB

 RED value IS 186 (73.05% from 255) = 48.95%

 GREEN value IS 177 (69.53% from 255) = 46.58%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 48.95%
G = 46.58%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB111 (or 0xBAB111) is known color: La Rioja. HEX triplet: BA, B1 and 11. RGB value is (186,177,17). Sum of RGB (Red+Green+Blue) = 186+177+17=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB111 is #454EEE. Grayscale: #A2A2A2. Windows color (decimal): -4542191 or 1159610. OLE color: 1159610.

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

Color convert

RGB 186 177 17 -
CMYK 0 0.05 0.91 0.27
HSL 56.8º 0.83% 0.4% -
HSV(B) 56.8º 0.91% 0.73% -
XYZ 36.07 41.92 6.72 -
YUV 161.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 186 177 17 0 0.05 0.91 0.27 56.8 0.83 0.4
Hex BA B1 11 0 5 5B 1B 39 53 28
Octal 272 261 21 0 5 133 33 71 123 50
Binary 10111010 10110001 10001 0 101 1011011 11011 111001 1010011 101000

Color Harmonies of #BAB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB111

Black with #BAB111

Text Example


Text Example

White with #BAB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB111; }

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

 H1.HeaderClassName
 {
   color: #BAB111;
 }
 .AnyTagClassName
 {
   color: #BAB111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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