Html Css Color HEX #BAB311 La Rioja

📋 copy color: '#BAB311'

red 186 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #BAB311

Tints of La Rioja #BAB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

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

R = 48.69%
G = 46.86%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB311 (or 0xBAB311) is known color: La Rioja. HEX triplet: BA, B3 and 11. RGB value is (186,179,17). Sum of RGB (Red+Green+Blue) = 186+179+17=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB311 is #454CEE. Grayscale: #A3A3A3. Windows color (decimal): -4541679 or 1160122. OLE color: 1160122.

HSL color Cylindrical-coordinate representation of color #BAB311: hue angle of 57.51º 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 #BAB311 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 17 -
CMYK 0 0.04 0.91 0.27
HSL 57.51º 0.83% 0.4% -
HSV(B) 57.51º 0.91% 0.73% -
XYZ 36.47 42.72 6.85 -
YUV 162.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 186 179 17 0 0.04 0.91 0.27 57.51 0.83 0.4
Hex BA B3 11 0 4 5B 1B 3A 53 28
Octal 272 263 21 0 4 133 33 72 123 50
Binary 10111010 10110011 10001 0 100 1011011 11011 111010 1010011 101000

Color Harmonies of #BAB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB311

Black with #BAB311

Text Example


Text Example

White with #BAB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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