Html Css Color HEX #BABA0E La Rioja

📋 copy color: '#BABA0E'

red 186 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #BABA0E

Tints of La Rioja #BABA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 48.19%
G = 48.19%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BABA0E (or 0xBABA0E) is known color: La Rioja. HEX triplet: BA, BA and 0E. RGB value is (186,186,14). Sum of RGB (Red+Green+Blue) = 186+186+14=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA0E is #4545F1. Grayscale: #A7A7A7. Windows color (decimal): -4539890 or 965306. OLE color: 965306.

HSL color Cylindrical-coordinate representation of color #BABA0E: hue angle of 60º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BABA0E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 14 -
CMYK 0 0 0.92 0.27
HSL 60º 0.86% 0.39% -
HSV(B) 60º 0.92% 0.73% -
XYZ 37.89 45.59 7.22 -
YUV 166.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 186 186 14 0 0 0.92 0.27 60 0.86 0.39
Hex BA BA E 0 0 5C 1B 3C 56 27
Octal 272 272 16 0 0 134 33 74 126 47
Binary 10111010 10111010 1110 0 0 1011100 11011 111100 1010110 100111

Color Harmonies of #BABA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA0E

Black with #BABA0E

Text Example


Text Example

White with #BABA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA0E; }

 p { color: rgb(186,186,14); }

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

background-color css

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

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

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

border-color css

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

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

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