Html Css Color HEX #BAB410 La Rioja

📋 copy color: '#BAB410'

red 186 ◦ green 180 ◦ blue 16

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

Shades of La Rioja #BAB410

Tints of La Rioja #BAB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 48.69%
G = 47.12%
B = 4.19%

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

#BAB410 (or 0xBAB410) is known color: La Rioja. HEX triplet: BA, B4 and 10. RGB value is (186,180,16). Sum of RGB (Red+Green+Blue) = 186+180+16=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB410 is #454BEF. Grayscale: #A3A3A3. Windows color (decimal): -4541424 or 1094842. OLE color: 1094842.

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

Color convert

RGB 186 180 16 -
CMYK 0 0.03 0.91 0.27
HSL 57.88º 0.84% 0.4% -
HSV(B) 57.88º 0.91% 0.73% -
XYZ 36.66 43.12 6.88 -
YUV 163.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 186 180 16 0 0.03 0.91 0.27 57.88 0.84 0.4
Hex BA B4 10 0 3 5B 1B 3A 54 28
Octal 272 264 20 0 3 133 33 72 124 50
Binary 10111010 10110100 10000 0 11 1011011 11011 111010 1010100 101000

Color Harmonies of #BAB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB410

Black with #BAB410

Text Example


Text Example

White with #BAB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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