Html Css Color HEX #BAB112 La Rioja

📋 copy color: '#BAB112'

red 186 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #BAB112

Tints of La Rioja #BAB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 48.82%
G = 46.46%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB112 (or 0xBAB112) is known color: La Rioja. HEX triplet: BA, B1 and 12. RGB value is (186,177,18). Sum of RGB (Red+Green+Blue) = 186+177+18=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB112 is #454EED. Grayscale: #A2A2A2. Windows color (decimal): -4542190 or 1225146. OLE color: 1225146.

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

Color convert

RGB 186 177 18 -
CMYK 0 0.05 0.90 0.27
HSL 56.79º 0.82% 0.4% -
HSV(B) 56.79º 0.9% 0.73% -
XYZ 36.08 41.93 6.76 -
YUV 161.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 186 177 18 0 0.05 0.90 0.27 56.79 0.82 0.4
Hex BA B1 12 0 5 5A 1B 39 52 28
Octal 272 261 22 0 5 132 33 71 122 50
Binary 10111010 10110001 10010 0 101 1011010 11011 111001 1010010 101000

Color Harmonies of #BAB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB112

Black with #BAB112

Text Example


Text Example

White with #BAB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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