Html Css Color HEX #BAB113 La Rioja

📋 copy color: '#BAB113'

red 186 ◦ green 177 ◦ blue 19

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

Shades of La Rioja #BAB113

Tints of La Rioja #BAB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 48.69%
G = 46.34%
B = 4.97%

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

#BAB113 (or 0xBAB113) is known color: La Rioja. HEX triplet: BA, B1 and 13. RGB value is (186,177,19). Sum of RGB (Red+Green+Blue) = 186+177+19=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB113 is #454EEC. Grayscale: #A2A2A2. Windows color (decimal): -4542189 or 1290682. OLE color: 1290682.

HSL color Cylindrical-coordinate representation of color #BAB113: hue angle of 56.77º degrees, saturation: 0.81, 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 #BAB113 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 19 -
CMYK 0 0.05 0.90 0.27
HSL 56.77º 0.81% 0.4% -
HSV(B) 56.77º 0.9% 0.73% -
XYZ 36.09 41.93 6.81 -
YUV 161.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 186 177 19 0 0.05 0.90 0.27 56.77 0.81 0.4
Hex BA B1 13 0 5 5A 1B 39 51 28
Octal 272 261 23 0 5 132 33 71 121 50
Binary 10111010 10110001 10011 0 101 1011010 11011 111001 1010001 101000

Color Harmonies of #BAB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB113

Black with #BAB113

Text Example


Text Example

White with #BAB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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