Html Css Color HEX #BAB511 La Rioja

📋 copy color: '#BAB511'

red 186 ◦ green 181 ◦ blue 17

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

Shades of La Rioja #BAB511

Tints of La Rioja #BAB511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

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

R = 48.44%
G = 47.14%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB511 (or 0xBAB511) is known color: La Rioja. HEX triplet: BA, B5 and 11. RGB value is (186,181,17). Sum of RGB (Red+Green+Blue) = 186+181+17=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB511 is #454AEE. Grayscale: #A4A4A4. Windows color (decimal): -4541167 or 1160634. OLE color: 1160634.

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

Color convert

RGB 186 181 17 -
CMYK 0 0.03 0.91 0.27
HSL 58.22º 0.83% 0.4% -
HSV(B) 58.22º 0.91% 0.73% -
XYZ 36.87 43.53 6.99 -
YUV 163.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 186 181 17 0 0.03 0.91 0.27 58.22 0.83 0.4
Hex BA B5 11 0 3 5B 1B 3A 53 28
Octal 272 265 21 0 3 133 33 72 123 50
Binary 10111010 10110101 10001 0 11 1011011 11011 111010 1010011 101000

Color Harmonies of #BAB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB511

Black with #BAB511

Text Example


Text Example

White with #BAB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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