Html Css Color HEX #BAB411 La Rioja

📋 copy color: '#BAB411'

red 186 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #BAB411

Tints of La Rioja #BAB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47%

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

R = 48.56%
G = 47%
B = 4.44%

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

#BAB411 (or 0xBAB411) is known color: La Rioja. HEX triplet: BA, B4 and 11. RGB value is (186,180,17). Sum of RGB (Red+Green+Blue) = 186+180+17=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB411 is #454BEE. Grayscale: #A3A3A3. Windows color (decimal): -4541423 or 1160378. OLE color: 1160378.

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

Color convert

RGB 186 180 17 -
CMYK 0 0.03 0.91 0.27
HSL 57.87º 0.83% 0.4% -
HSV(B) 57.87º 0.91% 0.73% -
XYZ 36.67 43.12 6.92 -
YUV 163.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 186 180 17 0 0.03 0.91 0.27 57.87 0.83 0.4
Hex BA B4 11 0 3 5B 1B 3A 53 28
Octal 272 264 21 0 3 133 33 72 123 50
Binary 10111010 10110100 10001 0 11 1011011 11011 111010 1010011 101000

Color Harmonies of #BAB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB411

Black with #BAB411

Text Example


Text Example

White with #BAB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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